Html Css Color HEX #8EBF6C Olivine

📋 copy color: '#8EBF6C'

red 142 ◦ green 191 ◦ blue 108

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

Shades of Olivine #8EBF6C

Tints of Olivine #8EBF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 32.2%
G = 43.31%
B = 24.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#8EBF6C (or 0x8EBF6C) is known color: Olivine. HEX triplet: 8E, BF and 6C. RGB value is (142,191,108). Sum of RGB (Red+Green+Blue) = 142+191+108=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBF6C is #714093. Grayscale: #A7A7A7. Windows color (decimal): -7422100 or 7126926. OLE color: 7126926.

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

Color convert

RGB 142 191 108 -
CMYK 0.26 0 0.43 0.25
HSL 95.42º 0.39% 0.59% -
HSV(B) 95.42º 0.43% 0.75% -
XYZ 32.49 44.1 20.99 -
YUV 166.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 142 191 108 0.26 0 0.43 0.25 95.42 0.39 0.59
Hex 8E BF 6C 1A 0 2B 19 5F 27 3B
Octal 216 277 154 32 0 53 31 137 47 73
Binary 10001110 10111111 1101100 11010 0 101011 11001 1011111 100111 111011

Color Harmonies of #8EBF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBF6C

Black with #8EBF6C

Text Example


Text Example

White with #8EBF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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