#94B577

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

Shades of Olivine #94B577

Tints of Olivine #94B577

Color information

#94B577 (or 0x94B577) is unknown color: approx Olivine. HEX triplet: 94, B5 and 77. RGB value is (148,181,119). Sum of RGB (Red+Green+Blue) = 148+181+119=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #94B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B577 is #6B4A88. Grayscale: #A4A4A4. Windows color (decimal): -7031433 or 7845268. OLE color: 7845268.

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

Color convert

RGB148181119-
CMYK0.1800.340.29
HSL91.94º29.52%58.82%-
HSV(B)91.94º34.25%70.98%-
XYZ32.0740.6823.61-
YUV164.06102.57116.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=33.04%
G=40.40%
B=26.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811190.1800.340.2991.9429.5258.82
Hex94B577120221D5c1e3b
Octal22426516722042351343673
Binary1001010010110101111011110010010001011101101110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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