#94BA77

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

Shades of Olivine #94BA77

Tints of Olivine #94BA77

Color information

#94BA77 (or 0x94BA77) is unknown color: approx Olivine. HEX triplet: 94, BA and 77. RGB value is (148,186,119). Sum of RGB (Red+Green+Blue) = 148+186+119=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA77 is #6B4588. Grayscale: #A7A7A7. Windows color (decimal): -7030153 or 7846548. OLE color: 7846548.

HSL color Cylindrical-coordinate representation of color #94BA77: hue angle of 94.03º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94BA77 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB148186119-
CMYK0.2000.360.27
HSL94.03º32.68%59.8%-
HSV(B)94.03º36.02%72.94%-
XYZ33.142.7523.96-
YUV167100.91114.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=32.67%
G=41.06%
B=26.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861190.2000.360.2794.0332.6859.8
Hex94BA77140241B5e213c
Octal22427216724044331364174
Binary10010100101110101110111101000100100110111011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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