Html Css Color HEX #93AC71 Olivine

📋 copy color: '#93AC71'

red 147 ◦ green 172 ◦ blue 113

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

Shades of Olivine #93AC71

Tints of Olivine #93AC71

RGB

 RED value IS 147 (57.81% from 255) = 34.03%

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

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

R = 34.03%
G = 39.81%
B = 26.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#93AC71 (or 0x93AC71) is known color: Olivine. HEX triplet: 93, AC and 71. RGB value is (147,172,113). Sum of RGB (Red+Green+Blue) = 147+172+113=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC71 is #6C538E. Grayscale: #9E9E9E. Windows color (decimal): -7099279 or 7449747. OLE color: 7449747.

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

Color convert

RGB 147 172 113 -
CMYK 0.15 0 0.34 0.33
HSL 85.42º 0.26% 0.56% -
HSV(B) 85.42º 0.34% 0.67% -
XYZ 29.77 36.9 21.18 -
YUV 157.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 147 172 113 0.15 0 0.34 0.33 85.42 0.26 0.56
Hex 93 AC 71 F 0 22 21 55 1A 38
Octal 223 254 161 17 0 42 41 125 32 70
Binary 10010011 10101100 1110001 1111 0 100010 100001 1010101 11010 111000

Color Harmonies of #93AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC71

Black with #93AC71

Text Example


Text Example

White with #93AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AC71; }

 p { color: rgb(147,172,113); }

 H1.HeaderClassName
 {
   color: #93AC71;
 }
 .AnyTagClassName
 {
   color: #93AC71;
 }
</style>

background-color css

<style>
 a { background-color: #93AC71; }

 a { background-color: rgb(147,172,113); }

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

border-color css

<style>
 span { border-color: #93AC71; }

 span { border-color: rgb(147,172,113); }

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