#93AB6C

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

Shades of Olivine #93AB6C

Tints of Olivine #93AB6C

Color information

#93AB6C (or 0x93AB6C) is unknown color: approx Olivine. HEX triplet: 93, AB and 6C. RGB value is (147,171,108). Sum of RGB (Red+Green+Blue) = 147+171+108=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB6C is #6C5493. Grayscale: #9C9C9C. Windows color (decimal): -7099540 or 7121811. OLE color: 7121811.

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

Color convert

RGB147171108-
CMYK0.1400.370.33
HSL82.86º27.27%54.71%-
HSV(B)82.86º36.84%67.06%-
XYZ29.336.4119.67-
YUV156.64100.55121.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=34.51%
G=40.14%
B=25.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711080.1400.370.3382.8627.2754.71
Hex93AB6CE02521531b37
Octal22325315416045411233367
Binary1001001110101011110110011100100101100001101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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