Html Css Color HEX #008469 Observatory

📋 copy color: '#008469'

red 0 ◦ green 132 ◦ blue 105

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

Shades of Observatory #008469

Tints of Observatory #008469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

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

R = 0%
G = 55.7%
B = 44.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#008469 (or 0x008469) is known color: Observatory. HEX triplet: 00, 84 and 69. RGB value is (0,132,105). Sum of RGB (Red+Green+Blue) = 0+132+105=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #008469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008469 is #FF7B96. Grayscale: #595959. Windows color (decimal): -16743319 or 6915072. OLE color: 6915072.

HSL color Cylindrical-coordinate representation of color #008469: hue angle of 167.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008469 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 105 -
CMYK 1 0 0.20 0.48
HSL 167.73º 1% 0.26% -
HSV(B) 167.73º 1% 0.52% -
XYZ 10.8 17.52 16.18 -
YUV 89.45 136.77 64.2 -
System Red Green Blue C M Y K H S L
Decimal 0 132 105 1 0 0.20 0.48 167.73 1 0.26
Hex 0 84 69 64 0 14 30 A8 64 1A
Octal 0 204 151 144 0 24 60 250 144 32
Binary 0 10000100 1101001 1100100 0 10100 110000 10101000 1100100 11010

Color Harmonies of #008469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008469

Black with #008469

Text Example


Text Example

White with #008469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008469; }

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

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

background-color css

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

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

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

border-color css

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

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

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