Html Css Color HEX #8DAA74 Olivine

📋 copy color: '#8DAA74'

red 141 ◦ green 170 ◦ blue 116

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

Shades of Olivine #8DAA74

Tints of Olivine #8DAA74

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.81%

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 33.02%
G = 39.81%
B = 27.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#8DAA74 (or 0x8DAA74) is known color: Olivine. HEX triplet: 8D, AA and 74. RGB value is (141,170,116). Sum of RGB (Red+Green+Blue) = 141+170+116=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA74 is #72558B. Grayscale: #9B9B9B. Windows color (decimal): -7493004 or 7645837. OLE color: 7645837.

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

Color convert

RGB 141 170 116 -
CMYK 0.17 0 0.32 0.33
HSL 92.22º 0.24% 0.56% -
HSV(B) 92.22º 0.32% 0.67% -
XYZ 28.51 35.67 21.91 -
YUV 155.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 141 170 116 0.17 0 0.32 0.33 92.22 0.24 0.56
Hex 8D AA 74 11 0 20 21 5C 18 38
Octal 215 252 164 21 0 40 41 134 30 70
Binary 10001101 10101010 1110100 10001 0 100000 100001 1011100 11000 111000

Color Harmonies of #8DAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA74

Black with #8DAA74

Text Example


Text Example

White with #8DAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,170,116); }

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

background-color css

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

 a { background-color: rgb(141,170,116); }

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

border-color css

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

 span { border-color: rgb(141,170,116); }

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