Html Css Color HEX #9EB872 Olivine

📋 copy color: '#9EB872'

red 158 ◦ green 184 ◦ blue 114

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

Shades of Olivine #9EB872

Tints of Olivine #9EB872

RGB

 RED value IS 158 (62.11% from 255) = 34.65%

 GREEN value IS 184 (72.27% from 255) = 40.35%

 BLUE value IS 114 (44.92% from 255) = 25%

R = 34.65%
G = 40.35%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#9EB872 (or 0x9EB872) is known color: Olivine. HEX triplet: 9E, B8 and 72. RGB value is (158,184,114). Sum of RGB (Red+Green+Blue) = 158+184+114=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB872 is #61478D. Grayscale: #A8A8A8. Windows color (decimal): -6375310 or 7518366. OLE color: 7518366.

HSL color Cylindrical-coordinate representation of color #9EB872: hue angle of 82.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EB872 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 184 114 -
CMYK 0.14 0 0.38 0.28
HSL 82.29º 0.33% 0.58% -
HSV(B) 82.29º 0.38% 0.72% -
XYZ 34.28 42.76 22.37 -
YUV 168.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 158 184 114 0.14 0 0.38 0.28 82.29 0.33 0.58
Hex 9E B8 72 E 0 26 1C 52 21 3A
Octal 236 270 162 16 0 46 34 122 41 72
Binary 10011110 10111000 1110010 1110 0 100110 11100 1010010 100001 111010

Color Harmonies of #9EB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB872

Black with #9EB872

Text Example


Text Example

White with #9EB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EB872; }

 p { color: rgb(158,184,114); }

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

background-color css

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

 a { background-color: rgb(158,184,114); }

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

border-color css

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

 span { border-color: rgb(158,184,114); }

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