#94AA75

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

Shades of Olivine #94AA75

Tints of Olivine #94AA75

Color information

#94AA75 (or 0x94AA75) is unknown color: approx Olivine. HEX triplet: 94, AA and 75. RGB value is (148,170,117). Sum of RGB (Red+Green+Blue) = 148+170+117=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA75 is #6B558A. Grayscale: #9D9D9D. Windows color (decimal): -7034251 or 7711380. OLE color: 7711380.

HSL color Cylindrical-coordinate representation of color #94AA75: hue angle of 84.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94AA75 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB148170117-
CMYK0.1300.310.33
HSL84.91º23.77%56.27%-
HSV(B)84.91º31.18%66.67%-
XYZ29.836.3322.27-
YUV157.38105.21121.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=34.02%
G=39.08%
B=26.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701170.1300.310.3384.9123.7756.27
Hex94AA75D01F21551838
Octal22425216515037411253070
Binary100101001010101011101011101011111100001101010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AA75; }

 p { color: rgb(148,170,117); }

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

<style>
 a { background-color: #94AA75; }

 a { background-color: rgb(148,170,117); }

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

<style>
 span { border-color: #94AA75; }

 span { border-color: rgb(148,170,117); }

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