Html Css Color HEX #8CAA70 Olivine

📋 copy color: '#8CAA70'

red 140 ◦ green 170 ◦ blue 112

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

Shades of Olivine #8CAA70

Tints of Olivine #8CAA70

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

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

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 33.18%
G = 40.28%
B = 26.54%

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

#8CAA70 (or 0x8CAA70) is known color: Olivine. HEX triplet: 8C, AA and 70. RGB value is (140,170,112). Sum of RGB (Red+Green+Blue) = 140+170+112=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA70 is #73558F. Grayscale: #9A9A9A. Windows color (decimal): -7558544 or 7383692. OLE color: 7383692.

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

Color convert

RGB 140 170 112 -
CMYK 0.18 0 0.34 0.33
HSL 91.03º 0.25% 0.55% -
HSV(B) 91.03º 0.34% 0.67% -
XYZ 28.11 35.49 20.7 -
YUV 154.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 140 170 112 0.18 0 0.34 0.33 91.03 0.25 0.55
Hex 8C AA 70 12 0 22 21 5B 19 37
Octal 214 252 160 22 0 42 41 133 31 67
Binary 10001100 10101010 1110000 10010 0 100010 100001 1011011 11001 110111

Color Harmonies of #8CAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA70

Black with #8CAA70

Text Example


Text Example

White with #8CAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,112); }

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

background-color css

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

 a { background-color: rgb(140,170,112); }

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

border-color css

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

 span { border-color: rgb(140,170,112); }

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