Html Css Color HEX #8CAC73 Olivine

📋 copy color: '#8CAC73'

red 140 ◦ green 172 ◦ blue 115

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

Shades of Olivine #8CAC73

Tints of Olivine #8CAC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.93%

R = 32.79%
G = 40.28%
B = 26.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#8CAC73 (or 0x8CAC73) is known color: Olivine. HEX triplet: 8C, AC and 73. RGB value is (140,172,115). Sum of RGB (Red+Green+Blue) = 140+172+115=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC73 is #73538C. Grayscale: #9C9C9C. Windows color (decimal): -7558029 or 7580812. OLE color: 7580812.

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

Color convert

RGB 140 172 115 -
CMYK 0.19 0 0.33 0.33
HSL 93.68º 0.26% 0.56% -
HSV(B) 93.68º 0.33% 0.67% -
XYZ 28.66 36.32 21.72 -
YUV 155.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 140 172 115 0.19 0 0.33 0.33 93.68 0.26 0.56
Hex 8C AC 73 13 0 21 21 5E 1A 38
Octal 214 254 163 23 0 41 41 136 32 70
Binary 10001100 10101100 1110011 10011 0 100001 100001 1011110 11010 111000

Color Harmonies of #8CAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC73

Black with #8CAC73

Text Example


Text Example

White with #8CAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,115); }

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

background-color css

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

 a { background-color: rgb(140,172,115); }

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

border-color css

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

 span { border-color: rgb(140,172,115); }

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