Html Css Color HEX #8DAC72 Olivine

📋 copy color: '#8DAC72'

red 141 ◦ green 172 ◦ blue 114

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

Shades of Olivine #8DAC72

Tints of Olivine #8DAC72

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

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

R = 33.02%
G = 40.28%
B = 26.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#8DAC72 (or 0x8DAC72) is known color: Olivine. HEX triplet: 8D, AC and 72. RGB value is (141,172,114). Sum of RGB (Red+Green+Blue) = 141+172+114=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC72 is #72538D. Grayscale: #9C9C9C. Windows color (decimal): -7492494 or 7515277. OLE color: 7515277.

HSL color Cylindrical-coordinate representation of color #8DAC72: hue angle of 92.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DAC72 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 172 114 -
CMYK 0.18 0 0.34 0.33
HSL 92.07º 0.26% 0.56% -
HSV(B) 92.07º 0.34% 0.67% -
XYZ 28.77 36.38 21.43 -
YUV 156.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 141 172 114 0.18 0 0.34 0.33 92.07 0.26 0.56
Hex 8D AC 72 12 0 22 21 5C 1A 38
Octal 215 254 162 22 0 42 41 134 32 70
Binary 10001101 10101100 1110010 10010 0 100010 100001 1011100 11010 111000

Color Harmonies of #8DAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC72

Black with #8DAC72

Text Example


Text Example

White with #8DAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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