#93AF78

Color #93AF78 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #93AF78

Tints of Olivine #93AF78

Color information

#93AF78 (or 0x93AF78) is unknown color: approx Olivine. HEX triplet: 93, AF and 78. RGB value is (147,175,120). Sum of RGB (Red+Green+Blue) = 147+175+120=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF78 is #6C5087. Grayscale: #A0A0A0. Windows color (decimal): -7098504 or 7909267. OLE color: 7909267.

HSL color Cylindrical-coordinate representation of color #93AF78: hue angle of 90.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93AF78 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB147175120-
CMYK0.1600.310.31
HSL90.55º25.58%57.84%-
HSV(B)90.55º31.43%68.63%-
XYZ30.7538.2223.53-
YUV160.36105.22118.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=33.26%
G=39.59%
B=27.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751200.1600.310.3190.5525.5857.84
Hex93AF781001F1F5b1a3a
Octal22325717020037371333272
Binary100100111010111111110001000001111111111101101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,175,120); }

 H1.HeaderClassName
 {
   color: #93AF78;
 }
 .AnyTagClassName
 {
   color: #93AF78;
 }
</style>
background-color css

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

 a { background-color: rgb(147,175,120); }

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

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

 span { border-color: rgb(147,175,120); }

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