#94AD78

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

Shades of Olivine #94AD78

Tints of Olivine #94AD78

Color information

#94AD78 (or 0x94AD78) is unknown color: approx Olivine. HEX triplet: 94, AD and 78. RGB value is (148,173,120). Sum of RGB (Red+Green+Blue) = 148+173+120=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD78 is #6B5287. Grayscale: #9F9F9F. Windows color (decimal): -7033480 or 7908756. OLE color: 7908756.

HSL color Cylindrical-coordinate representation of color #94AD78: hue angle of 88.3º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94AD78 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB148173120-
CMYK0.1400.310.32
HSL88.3º24.42%57.45%-
HSV(B)88.3º30.64%67.84%-
XYZ30.5537.5423.41-
YUV159.48105.72119.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=33.56%
G=39.23%
B=27.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731200.1400.310.3288.324.4257.45
Hex94AD78E01F20581839
Octal22425517016037401303071
Binary100101001010110111110001110011111100000101100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,173,120); }

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

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

 a { background-color: rgb(148,173,120); }

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

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

 span { border-color: rgb(148,173,120); }

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