Html Css Color HEX #8DAE72 Olivine

📋 copy color: '#8DAE72'

red 141 ◦ green 174 ◦ blue 114

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

Shades of Olivine #8DAE72

Tints of Olivine #8DAE72

RGB

 RED value IS 141 (55.47% from 255) = 32.87%

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

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

R = 32.87%
G = 40.56%
B = 26.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#8DAE72 (or 0x8DAE72) is known color: Olivine. HEX triplet: 8D, AE and 72. RGB value is (141,174,114). Sum of RGB (Red+Green+Blue) = 141+174+114=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE72 is #72518D. Grayscale: #9D9D9D. Windows color (decimal): -7491982 or 7515789. OLE color: 7515789.

HSL color Cylindrical-coordinate representation of color #8DAE72: hue angle of 93º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DAE72 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 174 114 -
CMYK 0.19 0 0.34 0.32
HSL 93º 0.27% 0.56% -
HSV(B) 93º 0.34% 0.68% -
XYZ 29.16 37.15 21.55 -
YUV 157.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 141 174 114 0.19 0 0.34 0.32 93 0.27 0.56
Hex 8D AE 72 13 0 22 20 5D 1B 38
Octal 215 256 162 23 0 42 40 135 33 70
Binary 10001101 10101110 1110010 10011 0 100010 100000 1011101 11011 111000

Color Harmonies of #8DAE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE72

Black with #8DAE72

Text Example


Text Example

White with #8DAE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,114); }

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

background-color css

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

 a { background-color: rgb(141,174,114); }

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

border-color css

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

 span { border-color: rgb(141,174,114); }

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