Html Css Color HEX #8CAA71 Olivine

📋 copy color: '#8CAA71'

red 140 ◦ green 170 ◦ blue 113

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

Shades of Olivine #8CAA71

Tints of Olivine #8CAA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 33.1%
G = 40.19%
B = 26.71%

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

#8CAA71 (or 0x8CAA71) is known color: Olivine. HEX triplet: 8C, AA and 71. RGB value is (140,170,113). Sum of RGB (Red+Green+Blue) = 140+170+113=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA71 is #73558E. Grayscale: #9A9A9A. Windows color (decimal): -7558543 or 7449228. OLE color: 7449228.

HSL color Cylindrical-coordinate representation of color #8CAA71: hue angle of 91.58º 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 #8CAA71 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 113 -
CMYK 0.18 0 0.34 0.33
HSL 91.58º 0.25% 0.55% -
HSV(B) 91.58º 0.34% 0.67% -
XYZ 28.17 35.52 20.99 -
YUV 154.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 140 170 113 0.18 0 0.34 0.33 91.58 0.25 0.55
Hex 8C AA 71 12 0 22 21 5C 19 37
Octal 214 252 161 22 0 42 41 134 31 67
Binary 10001100 10101010 1110001 10010 0 100010 100001 1011100 11001 110111

Color Harmonies of #8CAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA71

Black with #8CAA71

Text Example


Text Example

White with #8CAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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