#93B067

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

Shades of Olivine #93B067

Tints of Olivine #93B067

Color information

#93B067 (or 0x93B067) is unknown color: approx Olivine. HEX triplet: 93, B0 and 67. RGB value is (147,176,103). Sum of RGB (Red+Green+Blue) = 147+176+103=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #93B067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B067 is #6C4F98. Grayscale: #9F9F9F. Windows color (decimal): -7098265 or 6795411. OLE color: 6795411.

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

Color convert

RGB147176103-
CMYK0.1600.410.31
HSL83.84º31.6%54.71%-
HSV(B)83.84º41.48%69.02%-
XYZ30.0138.2318.63-
YUV159.0196.39119.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=34.51%
G=41.31%
B=24.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761030.1600.410.3183.8431.654.71
Hex93B067100291F542037
Octal22326014720051371244067
Binary10010011101100001100111100000101001111111010100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,103); }

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

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

 a { background-color: rgb(147,176,103); }

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

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

 span { border-color: rgb(147,176,103); }

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