Html Css Color HEX #8EAE6B Olivine

📋 copy color: '#8EAE6B'

red 142 ◦ green 174 ◦ blue 107

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

Shades of Olivine #8EAE6B

Tints of Olivine #8EAE6B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 33.57%
G = 41.13%
B = 25.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#8EAE6B (or 0x8EAE6B) is known color: Olivine. HEX triplet: 8E, AE and 6B. RGB value is (142,174,107). Sum of RGB (Red+Green+Blue) = 142+174+107=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE6B is #715194. Grayscale: #9D9D9D. Windows color (decimal): -7426453 or 7057038. OLE color: 7057038.

HSL color Cylindrical-coordinate representation of color #8EAE6B: hue angle of 88.66º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EAE6B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 174 107 -
CMYK 0.18 0 0.39 0.32
HSL 88.66º 0.29% 0.55% -
HSV(B) 88.66º 0.39% 0.68% -
XYZ 28.95 37.08 19.54 -
YUV 156.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 142 174 107 0.18 0 0.39 0.32 88.66 0.29 0.55
Hex 8E AE 6B 12 0 27 20 59 1D 37
Octal 216 256 153 22 0 47 40 131 35 67
Binary 10001110 10101110 1101011 10010 0 100111 100000 1011001 11101 110111

Color Harmonies of #8EAE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAE6B

Black with #8EAE6B

Text Example


Text Example

White with #8EAE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,107); }

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

background-color css

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

 a { background-color: rgb(142,174,107); }

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

border-color css

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

 span { border-color: rgb(142,174,107); }

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