Html Css Color HEX #8EC06C Olivine

📋 copy color: '#8EC06C'

red 142 ◦ green 192 ◦ blue 108

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

Shades of Olivine #8EC06C

Tints of Olivine #8EC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

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

R = 32.13%
G = 43.44%
B = 24.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#8EC06C (or 0x8EC06C) is known color: Olivine. HEX triplet: 8E, C0 and 6C. RGB value is (142,192,108). Sum of RGB (Red+Green+Blue) = 142+192+108=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC06C is #713F93. Grayscale: #A7A7A7. Windows color (decimal): -7421844 or 7127182. OLE color: 7127182.

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

Color convert

RGB 142 192 108 -
CMYK 0.26 0 0.44 0.25
HSL 95.71º 0.4% 0.59% -
HSV(B) 95.71º 0.44% 0.75% -
XYZ 32.71 44.53 21.06 -
YUV 167.47 94.44 109.83 -
System Red Green Blue C M Y K H S L
Decimal 142 192 108 0.26 0 0.44 0.25 95.71 0.4 0.59
Hex 8E C0 6C 1A 0 2C 19 60 28 3B
Octal 216 300 154 32 0 54 31 140 50 73
Binary 10001110 11000000 1101100 11010 0 101100 11001 1100000 101000 111011

Color Harmonies of #8EC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC06C

Black with #8EC06C

Text Example


Text Example

White with #8EC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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