#93B06A

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

Shades of Olivine #93B06A

Tints of Olivine #93B06A

Color information

#93B06A (or 0x93B06A) is unknown color: approx Olivine. HEX triplet: 93, B0 and 6A. RGB value is (147,176,106). Sum of RGB (Red+Green+Blue) = 147+176+106=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #93B06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B06A is #6C4F95. Grayscale: #9F9F9F. Windows color (decimal): -7098262 or 6992019. OLE color: 6992019.

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

Color convert

RGB147176106-
CMYK0.1600.400.31
HSL84.86º30.7%55.29%-
HSV(B)84.86º39.77%69.02%-
XYZ30.1638.2919.44-
YUV159.3597.89119.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=34.27%
G=41.03%
B=24.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761060.1600.400.3184.8630.755.29
Hex93B06A100281F551f37
Octal22326015220050371253767
Binary1001001110110000110101010000010100011111101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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