#94B980

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

Shades of Olivine #94B980

Tints of Olivine #94B980

Color information

#94B980 (or 0x94B980) is unknown color: approx Olivine. HEX triplet: 94, B9 and 80. RGB value is (148,185,128). Sum of RGB (Red+Green+Blue) = 148+185+128=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #94B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B980 is #6B467F. Grayscale: #A7A7A7. Windows color (decimal): -7030400 or 8436116. OLE color: 8436116.

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

Color convert

RGB148185128-
CMYK0.2000.310.27
HSL98.95º28.93%61.37%-
HSV(B)98.95º30.81%72.55%-
XYZ33.4642.5526.87-
YUV167.44105.74114.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=32.10%
G=40.13%
B=27.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481851280.2000.310.2798.9528.9361.37
Hex94B9801401F1B631d3d
Octal22427120024037331433575
Binary1001010010111001100000001010001111111011110001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,128); }

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

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

 a { background-color: rgb(148,185,128); }

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

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

 span { border-color: rgb(148,185,128); }

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