Html Css Color HEX #8EBF78 Olivine

📋 copy color: '#8EBF78'

red 142 ◦ green 191 ◦ blue 120

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

Shades of Olivine #8EBF78

Tints of Olivine #8EBF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 31.35%
G = 42.16%
B = 26.49%

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

#8EBF78 (or 0x8EBF78) is known color: Olivine. HEX triplet: 8E, BF and 78. RGB value is (142,191,120). Sum of RGB (Red+Green+Blue) = 142+191+120=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBF78 is #714087. Grayscale: #A8A8A8. Windows color (decimal): -7422088 or 7913358. OLE color: 7913358.

HSL color Cylindrical-coordinate representation of color #8EBF78: hue angle of 101.41º degrees, saturation: 0.36, 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 #8EBF78 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 191 120 -
CMYK 0.26 0 0.37 0.25
HSL 101.41º 0.36% 0.61% -
HSV(B) 101.41º 0.37% 0.75% -
XYZ 33.18 44.37 24.58 -
YUV 168.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 142 191 120 0.26 0 0.37 0.25 101.41 0.36 0.61
Hex 8E BF 78 1A 0 25 19 65 24 3D
Octal 216 277 170 32 0 45 31 145 44 75
Binary 10001110 10111111 1111000 11010 0 100101 11001 1100101 100100 111101

Color Harmonies of #8EBF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBF78

Black with #8EBF78

Text Example


Text Example

White with #8EBF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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