#94B57C

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

Shades of Olivine #94B57C

Tints of Olivine #94B57C

Color information

#94B57C (or 0x94B57C) is unknown color: approx Olivine. HEX triplet: 94, B5 and 7C. RGB value is (148,181,124). Sum of RGB (Red+Green+Blue) = 148+181+124=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #94B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B57C is #6B4A83. Grayscale: #A4A4A4. Windows color (decimal): -7031428 or 8172948. OLE color: 8172948.

HSL color Cylindrical-coordinate representation of color #94B57C: hue angle of 94.74º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94B57C is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB148181124-
CMYK0.1800.310.29
HSL94.74º27.8%59.8%-
HSV(B)94.74º31.49%70.98%-
XYZ32.3740.825.24-
YUV164.64105.07116.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=32.67%
G=39.96%
B=27.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811240.1800.310.2994.7427.859.8
Hex94B57C1201F1D5f1c3c
Octal22426517422037351373474
Binary100101001011010111111001001001111111101101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,124); }

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

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

 a { background-color: rgb(148,181,124); }

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

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

 span { border-color: rgb(148,181,124); }

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