#93AF7B

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

Shades of Olivine #93AF7B

Tints of Olivine #93AF7B

Color information

#93AF7B (or 0x93AF7B) is unknown color: approx Olivine. HEX triplet: 93, AF and 7B. RGB value is (147,175,123). Sum of RGB (Red+Green+Blue) = 147+175+123=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF7B is #6C5084. Grayscale: #A0A0A0. Windows color (decimal): -7098501 or 8105875. OLE color: 8105875.

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

Color convert

RGB147175123-
CMYK0.1600.300.31
HSL92.31º24.53%58.43%-
HSV(B)92.31º29.71%68.63%-
XYZ30.9438.2924.5-
YUV160.7106.72118.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=33.03%
G=39.33%
B=27.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751230.1600.300.3192.3124.5358.43
Hex93AF7B1001E1F5c193a
Octal22325717320036371343172
Binary100100111010111111110111000001111011111101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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