#94AD77

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

Shades of Olivine #94AD77

Tints of Olivine #94AD77

Color information

#94AD77 (or 0x94AD77) is unknown color: approx Olivine. HEX triplet: 94, AD and 77. RGB value is (148,173,119). Sum of RGB (Red+Green+Blue) = 148+173+119=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD77 is #6B5288. Grayscale: #9F9F9F. Windows color (decimal): -7033481 or 7843220. OLE color: 7843220.

HSL color Cylindrical-coordinate representation of color #94AD77: hue angle of 87.78º degrees, saturation: 0.25, 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 #94AD77 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB148173119-
CMYK0.1400.310.32
HSL87.78º24.77%57.25%-
HSV(B)87.78º31.21%67.84%-
XYZ30.4937.5123.09-
YUV159.37105.22119.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 119 (46.88% from 255) = 27.05%
R=33.64%
G=39.32%
B=27.05%

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
Decimal1481731190.1400.310.3287.7824.7757.25
Hex94AD77E01F20581939
Octal22425516716037401303171
Binary100101001010110111101111110011111100000101100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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