Html Css Color HEX #93AC70 Olivine

📋 copy color: '#93AC70'

red 147 ◦ green 172 ◦ blue 112

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

Shades of Olivine #93AC70

Tints of Olivine #93AC70

RGB

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

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

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

R = 34.11%
G = 39.91%
B = 25.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#93AC70 (or 0x93AC70) is known color: Olivine. HEX triplet: 93, AC and 70. RGB value is (147,172,112). Sum of RGB (Red+Green+Blue) = 147+172+112=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC70 is #6C538F. Grayscale: #9D9D9D. Windows color (decimal): -7099280 or 7384211. OLE color: 7384211.

HSL color Cylindrical-coordinate representation of color #93AC70: hue angle of 85º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93AC70 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 112 -
CMYK 0.15 0 0.35 0.33
HSL 85º 0.27% 0.56% -
HSV(B) 85º 0.35% 0.67% -
XYZ 29.71 36.88 20.88 -
YUV 157.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 147 172 112 0.15 0 0.35 0.33 85 0.27 0.56
Hex 93 AC 70 F 0 23 21 55 1B 38
Octal 223 254 160 17 0 43 41 125 33 70
Binary 10010011 10101100 1110000 1111 0 100011 100001 1010101 11011 111000

Color Harmonies of #93AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC70

Black with #93AC70

Text Example


Text Example

White with #93AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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