Html Css Color HEX #08956F Observatory

📋 copy color: '#08956F'

red 8 ◦ green 149 ◦ blue 111

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

Shades of Observatory #08956F

Tints of Observatory #08956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.6%

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 2.99%
G = 55.6%
B = 41.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#08956F (or 0x08956F) is known color: Observatory. HEX triplet: 08, 95 and 6F. RGB value is (8,149,111). Sum of RGB (Red+Green+Blue) = 8+149+111=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #08956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08956F is #F76A90. Grayscale: #666666. Windows color (decimal): -16214673 or 7312648. OLE color: 7312648.

HSL color Cylindrical-coordinate representation of color #08956F: hue angle of 163.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08956F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 149 111 -
CMYK 0.95 0 0.26 0.42
HSL 163.83º 0.9% 0.31% -
HSV(B) 163.83º 0.95% 0.58% -
XYZ 13.72 22.69 18.7 -
YUV 102.51 132.79 60.59 -
System Red Green Blue C M Y K H S L
Decimal 8 149 111 0.95 0 0.26 0.42 163.83 0.9 0.31
Hex 8 95 6F 5F 0 1A 2A A4 5A 1F
Octal 10 225 157 137 0 32 52 244 132 37
Binary 1000 10010101 1101111 1011111 0 11010 101010 10100100 1011010 11111

Color Harmonies of #08956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08956F

Black with #08956F

Text Example


Text Example

White with #08956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08956F; }

 p { color: rgb(8,149,111); }

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

background-color css

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

 a { background-color: rgb(8,149,111); }

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

border-color css

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

 span { border-color: rgb(8,149,111); }

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