Html Css Color HEX #9EBC72 Olivine

📋 copy color: '#9EBC72'

red 158 ◦ green 188 ◦ blue 114

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

Shades of Olivine #9EBC72

Tints of Olivine #9EBC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

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

R = 34.35%
G = 40.87%
B = 24.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#9EBC72 (or 0x9EBC72) is known color: Olivine. HEX triplet: 9E, BC and 72. RGB value is (158,188,114). Sum of RGB (Red+Green+Blue) = 158+188+114=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC72 is #61438D. Grayscale: #AAAAAA. Windows color (decimal): -6374286 or 7519390. OLE color: 7519390.

HSL color Cylindrical-coordinate representation of color #9EBC72: hue angle of 84.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EBC72 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 114 -
CMYK 0.16 0 0.39 0.26
HSL 84.32º 0.36% 0.59% -
HSV(B) 84.32º 0.39% 0.74% -
XYZ 35.12 44.45 22.65 -
YUV 170.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 158 188 114 0.16 0 0.39 0.26 84.32 0.36 0.59
Hex 9E BC 72 10 0 27 1A 54 24 3B
Octal 236 274 162 20 0 47 32 124 44 73
Binary 10011110 10111100 1110010 10000 0 100111 11010 1010100 100100 111011

Color Harmonies of #9EBC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC72

Black with #9EBC72

Text Example


Text Example

White with #9EBC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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