#94B680

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

Shades of Olivine #94B680

Tints of Olivine #94B680

Color information

#94B680 (or 0x94B680) is unknown color: approx Olivine. HEX triplet: 94, B6 and 80. RGB value is (148,182,128). Sum of RGB (Red+Green+Blue) = 148+182+128=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #94B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B680 is #6B497F. Grayscale: #A5A5A5. Windows color (decimal): -7031168 or 8435348. OLE color: 8435348.

HSL color Cylindrical-coordinate representation of color #94B680: hue angle of 97.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94B680 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB148182128-
CMYK0.1900.300.29
HSL97.78º27%60.78%-
HSV(B)97.78º29.67%71.37%-
XYZ32.8441.3126.67-
YUV165.68106.74115.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.31%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=32.31%
G=39.74%
B=27.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481821280.1900.300.2997.782760.78
Hex94B6801301E1D621b3d
Octal22426620023036351423375
Binary1001010010110110100000001001101111011101110001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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