#94AF80

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

Shades of Olivine #94AF80

Tints of Olivine #94AF80

Color information

#94AF80 (or 0x94AF80) is unknown color: approx Olivine. HEX triplet: 94, AF and 80. RGB value is (148,175,128). Sum of RGB (Red+Green+Blue) = 148+175+128=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF80 is #6B507F. Grayscale: #A1A1A1. Windows color (decimal): -7032960 or 8433556. OLE color: 8433556.

HSL color Cylindrical-coordinate representation of color #94AF80: hue angle of 94.47º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94AF80 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB148175128-
CMYK0.1500.270.31
HSL94.47º22.71%59.41%-
HSV(B)94.47º26.86%68.63%-
XYZ31.4438.5126.2-
YUV161.57109.05118.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=32.82%
G=38.80%
B=28.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751280.1500.270.3194.4722.7159.41
Hex94AF80F01B1F5e173b
Octal22425720017033371362773
Binary100101001010111110000000111101101111111101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,128); }

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

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

 a { background-color: rgb(148,175,128); }

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

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

 span { border-color: rgb(148,175,128); }

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