#94AF7F

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

Shades of Olivine #94AF7F

Tints of Olivine #94AF7F

Color information

#94AF7F (or 0x94AF7F) is unknown color: approx Olivine. HEX triplet: 94, AF and 7F. RGB value is (148,175,127). Sum of RGB (Red+Green+Blue) = 148+175+127=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF7F is #6B5080. Grayscale: #A1A1A1. Windows color (decimal): -7032961 or 8368020. OLE color: 8368020.

HSL color Cylindrical-coordinate representation of color #94AF7F: hue angle of 93.75º 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 #94AF7F is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB148175127-
CMYK0.1500.270.31
HSL93.75º23.08%59.22%-
HSV(B)93.75º27.43%68.63%-
XYZ31.3738.4925.85-
YUV161.45108.55118.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 127 (50% from 255) = 28.22%
R=32.89%
G=38.89%
B=28.22%

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
Decimal1481751270.1500.270.3193.7523.0859.22
Hex94AF7FF01B1F5e173b
Octal22425717717033371362773
Binary10010100101011111111111111101101111111101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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