Html Css Color HEX #8EB672 Olivine

📋 copy color: '#8EB672'

red 142 ◦ green 182 ◦ blue 114

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

Shades of Olivine #8EB672

Tints of Olivine #8EB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 32.42%
G = 41.55%
B = 26.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#8EB672 (or 0x8EB672) is known color: Olivine. HEX triplet: 8E, B6 and 72. RGB value is (142,182,114). Sum of RGB (Red+Green+Blue) = 142+182+114=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB672 is #71498D. Grayscale: #A2A2A2. Windows color (decimal): -7424398 or 7517838. OLE color: 7517838.

HSL color Cylindrical-coordinate representation of color #8EB672: hue angle of 95.29º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EB672 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 182 114 -
CMYK 0.22 0 0.37 0.29
HSL 95.29º 0.32% 0.58% -
HSV(B) 95.29º 0.37% 0.71% -
XYZ 30.92 40.42 22.09 -
YUV 162.29 100.75 113.53 -
System Red Green Blue C M Y K H S L
Decimal 142 182 114 0.22 0 0.37 0.29 95.29 0.32 0.58
Hex 8E B6 72 16 0 25 1D 5F 20 3A
Octal 216 266 162 26 0 45 35 137 40 72
Binary 10001110 10110110 1110010 10110 0 100101 11101 1011111 100000 111010

Color Harmonies of #8EB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB672

Black with #8EB672

Text Example


Text Example

White with #8EB672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,182,114); }

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

background-color css

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

 a { background-color: rgb(142,182,114); }

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

border-color css

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

 span { border-color: rgb(142,182,114); }

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