Html Css Color HEX #8EAE6C Olivine

📋 copy color: '#8EAE6C'

red 142 ◦ green 174 ◦ blue 108

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

Shades of Olivine #8EAE6C

Tints of Olivine #8EAE6C

RGB

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

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

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

R = 33.49%
G = 41.04%
B = 25.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#8EAE6C (or 0x8EAE6C) is known color: Olivine. HEX triplet: 8E, AE and 6C. RGB value is (142,174,108). Sum of RGB (Red+Green+Blue) = 142+174+108=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE6C is #715193. Grayscale: #9D9D9D. Windows color (decimal): -7426452 or 7122574. OLE color: 7122574.

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

Color convert

RGB 142 174 108 -
CMYK 0.18 0 0.38 0.32
HSL 89.09º 0.29% 0.55% -
HSV(B) 89.09º 0.38% 0.68% -
XYZ 29 37.11 19.82 -
YUV 156.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 142 174 108 0.18 0 0.38 0.32 89.09 0.29 0.55
Hex 8E AE 6C 12 0 26 20 59 1D 37
Octal 216 256 154 22 0 46 40 131 35 67
Binary 10001110 10101110 1101100 10010 0 100110 100000 1011001 11101 110111

Color Harmonies of #8EAE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAE6C

Black with #8EAE6C

Text Example


Text Example

White with #8EAE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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