Html Css Color HEX #08916D Observatory

📋 copy color: '#08916D'

red 8 ◦ green 145 ◦ blue 109

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

Shades of Observatory #08916D

Tints of Observatory #08916D

RGB

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

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

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

R = 3.05%
G = 55.34%
B = 41.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#08916D (or 0x08916D) is known color: Observatory. HEX triplet: 08, 91 and 6D. RGB value is (8,145,109). Sum of RGB (Red+Green+Blue) = 8+145+109=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #08916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08916D is #F76E92. Grayscale: #636363. Windows color (decimal): -16215699 or 7180552. OLE color: 7180552.

HSL color Cylindrical-coordinate representation of color #08916D: hue angle of 164.23º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08916D is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 109 -
CMYK 0.94 0 0.25 0.43
HSL 164.23º 0.9% 0.3% -
HSV(B) 164.23º 0.94% 0.57% -
XYZ 12.99 21.41 17.92 -
YUV 99.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 8 145 109 0.94 0 0.25 0.43 164.23 0.9 0.3
Hex 8 91 6D 5E 0 19 2B A4 5A 1E
Octal 10 221 155 136 0 31 53 244 132 36
Binary 1000 10010001 1101101 1011110 0 11001 101011 10100100 1011010 11110

Color Harmonies of #08916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08916D

Black with #08916D

Text Example


Text Example

White with #08916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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