Html Css Color HEX #08846D Observatory

📋 copy color: '#08846D'

red 8 ◦ green 132 ◦ blue 109

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

Shades of Observatory #08846D

Tints of Observatory #08846D

RGB

 RED value IS 8 (3.52% from 255) = 3.21%

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

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 3.21%
G = 53.01%
B = 43.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#08846D (or 0x08846D) is known color: Observatory. HEX triplet: 08, 84 and 6D. RGB value is (8,132,109). Sum of RGB (Red+Green+Blue) = 8+132+109=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #08846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08846D is #F77B92. Grayscale: #5C5C5C. Windows color (decimal): -16219027 or 7177224. OLE color: 7177224.

HSL color Cylindrical-coordinate representation of color #08846D: hue angle of 168.87º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08846D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 109 -
CMYK 0.94 0 0.17 0.48
HSL 168.87º 0.89% 0.27% -
HSV(B) 168.87º 0.94% 0.52% -
XYZ 11.11 17.66 17.29 -
YUV 92.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 8 132 109 0.94 0 0.17 0.48 168.87 0.89 0.27
Hex 8 84 6D 5E 0 11 30 A9 59 1B
Octal 10 204 155 136 0 21 60 251 131 33
Binary 1000 10000100 1101101 1011110 0 10001 110000 10101001 1011001 11011

Color Harmonies of #08846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08846D

Black with #08846D

Text Example


Text Example

White with #08846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08846D; }

 p { color: rgb(8,132,109); }

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

background-color css

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

 a { background-color: rgb(8,132,109); }

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

border-color css

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

 span { border-color: rgb(8,132,109); }

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