Html Css Color HEX #08836C Observatory

📋 copy color: '#08836C'

red 8 ◦ green 131 ◦ blue 108

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

Shades of Observatory #08836C

Tints of Observatory #08836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.04%

 BLUE value IS 108 (42.58% from 255) = 43.72%

R = 3.24%
G = 53.04%
B = 43.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#08836C (or 0x08836C) is known color: Observatory. HEX triplet: 08, 83 and 6C. RGB value is (8,131,108). Sum of RGB (Red+Green+Blue) = 8+131+108=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #08836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08836C is #F77C93. Grayscale: #5B5B5B. Windows color (decimal): -16219284 or 7111432. OLE color: 7111432.

HSL color Cylindrical-coordinate representation of color #08836C: hue angle of 168.78º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08836C is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 108 -
CMYK 0.94 0 0.18 0.49
HSL 168.78º 0.88% 0.27% -
HSV(B) 168.78º 0.94% 0.51% -
XYZ 10.92 17.37 16.96 -
YUV 91.6 137.25 68.37 -
System Red Green Blue C M Y K H S L
Decimal 8 131 108 0.94 0 0.18 0.49 168.78 0.88 0.27
Hex 8 83 6C 5E 0 12 31 A9 58 1B
Octal 10 203 154 136 0 22 61 251 130 33
Binary 1000 10000011 1101100 1011110 0 10010 110001 10101001 1011000 11011

Color Harmonies of #08836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08836C

Black with #08836C

Text Example


Text Example

White with #08836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08836C; }

 p { color: rgb(8,131,108); }

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

background-color css

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

 a { background-color: rgb(8,131,108); }

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

border-color css

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

 span { border-color: rgb(8,131,108); }

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