#94BC77

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

Shades of Olivine #94BC77

Tints of Olivine #94BC77

Color information

#94BC77 (or 0x94BC77) is unknown color: approx Olivine. HEX triplet: 94, BC and 77. RGB value is (148,188,119). Sum of RGB (Red+Green+Blue) = 148+188+119=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC77 is #6B4388. Grayscale: #A8A8A8. Windows color (decimal): -7029641 or 7847060. OLE color: 7847060.

HSL color Cylindrical-coordinate representation of color #94BC77: hue angle of 94.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94BC77 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB148188119-
CMYK0.2100.370.26
HSL94.78º33.99%60.2%-
HSV(B)94.78º36.7%73.73%-
XYZ33.5343.5924.1-
YUV168.17100.25113.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=32.53%
G=41.32%
B=26.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881190.2100.370.2694.7833.9960.2
Hex94BC77150251A5f223c
Octal22427416725045321374274
Binary10010100101111001110111101010100101110101011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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