Html Css Color HEX #009169 Observatory

📋 copy color: '#009169'

red 0 ◦ green 145 ◦ blue 105

#009169
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #009169

Tints of Observatory #009169

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 145 (57.03% from 255) = 58%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 0%
G = 58%
B = 42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#009169 (or 0x009169) is known color: Observatory. HEX triplet: 00, 91 and 69. RGB value is (0,145,105). Sum of RGB (Red+Green+Blue) = 0+145+105=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #009169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009169 is #FF6E96. Grayscale: #616161. Windows color (decimal): -16739991 or 6918400. OLE color: 6918400.

HSL color Cylindrical-coordinate representation of color #009169: hue angle of 163.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009169 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 105 -
CMYK 1 0 0.28 0.43
HSL 163.45º 1% 0.28% -
HSV(B) 163.45º 1% 0.57% -
XYZ 12.68 21.27 16.8 -
YUV 97.09 132.46 58.75 -
System Red Green Blue C M Y K H S L
Decimal 0 145 105 1 0 0.28 0.43 163.45 1 0.28
Hex 0 91 69 64 0 1C 2B A3 64 1C
Octal 0 221 151 144 0 34 53 243 144 34
Binary 0 10010001 1101001 1100100 0 11100 101011 10100011 1100100 11100

Color Harmonies of #009169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009169

Black with #009169

Text Example


Text Example

White with #009169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009169; }

 p { color: rgb(0,145,105); }

 H1.HeaderClassName
 {
   color: #009169;
 }
 .AnyTagClassName
 {
   color: #009169;
 }
</style>

background-color css

<style>
 a { background-color: #009169; }

 a { background-color: rgb(0,145,105); }

 div.DivClassName
 {
   background-color: #009169;
 }
 .BgClassName
 {
   background-color: #009169;
 }
</style>

border-color css

<style>
 span { border-color: #009169; }

 span { border-color: rgb(0,145,105); }

 td.TdClassName
 {
   border-color: #009169;
 }
 .TagClassName
 {
   border-color: #009169;
 }
</style>