#93AB6D

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

Shades of Olivine #93AB6D

Tints of Olivine #93AB6D

Color information

#93AB6D (or 0x93AB6D) is unknown color: approx Olivine. HEX triplet: 93, AB and 6D. RGB value is (147,171,109). Sum of RGB (Red+Green+Blue) = 147+171+109=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB6D is #6C5492. Grayscale: #9C9C9C. Windows color (decimal): -7099539 or 7187347. OLE color: 7187347.

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

Color convert

RGB147171109-
CMYK0.1400.360.33
HSL83.23º26.96%54.9%-
HSV(B)83.23º36.26%67.06%-
XYZ29.3636.4319.95-
YUV156.76101.05121.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=34.43%
G=40.05%
B=25.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711090.1400.360.3383.2326.9654.9
Hex93AB6DE02421531b37
Octal22325315516044411233367
Binary1001001110101011110110111100100100100001101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,109); }

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

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

 a { background-color: rgb(147,171,109); }

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

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

 span { border-color: rgb(147,171,109); }

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