Html Css Color HEX #8EBF79 Olivine

📋 copy color: '#8EBF79'

red 142 ◦ green 191 ◦ blue 121

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

Shades of Olivine #8EBF79

Tints of Olivine #8EBF79

RGB

 RED value IS 142 (55.86% from 255) = 31.28%

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 121 (47.66% from 255) = 26.65%

R = 31.28%
G = 42.07%
B = 26.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#8EBF79 (or 0x8EBF79) is known color: Olivine. HEX triplet: 8E, BF and 79. RGB value is (142,191,121). Sum of RGB (Red+Green+Blue) = 142+191+121=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBF79 is #714086. Grayscale: #A8A8A8. Windows color (decimal): -7422087 or 7978894. OLE color: 7978894.

HSL color Cylindrical-coordinate representation of color #8EBF79: hue angle of 102º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EBF79 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 191 121 -
CMYK 0.26 0 0.37 0.25
HSL 102º 0.35% 0.61% -
HSV(B) 102º 0.37% 0.75% -
XYZ 33.24 44.39 24.91 -
YUV 168.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 142 191 121 0.26 0 0.37 0.25 102 0.35 0.61
Hex 8E BF 79 1A 0 25 19 66 23 3D
Octal 216 277 171 32 0 45 31 146 43 75
Binary 10001110 10111111 1111001 11010 0 100101 11001 1100110 100011 111101

Color Harmonies of #8EBF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBF79

Black with #8EBF79

Text Example


Text Example

White with #8EBF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EBF79; }

 p { color: rgb(142,191,121); }

 H1.HeaderClassName
 {
   color: #8EBF79;
 }
 .AnyTagClassName
 {
   color: #8EBF79;
 }
</style>

background-color css

<style>
 a { background-color: #8EBF79; }

 a { background-color: rgb(142,191,121); }

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

border-color css

<style>
 span { border-color: #8EBF79; }

 span { border-color: rgb(142,191,121); }

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