#94B782

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

Shades of Olivine #94B782

Tints of Olivine #94B782

Color information

#94B782 (or 0x94B782) is unknown color: approx Olivine. HEX triplet: 94, B7 and 82. RGB value is (148,183,130). Sum of RGB (Red+Green+Blue) = 148+183+130=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #94B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B782 is #6B487D. Grayscale: #A6A6A6. Windows color (decimal): -7030910 or 8566676. OLE color: 8566676.

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

Color convert

RGB148183130-
CMYK0.1900.290.28
HSL99.62º26.9%61.37%-
HSV(B)99.62º28.96%71.76%-
XYZ33.1841.7727.43-
YUV166.49107.4114.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=32.10%
G=39.70%
B=28.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831300.1900.290.2899.6226.961.37
Hex94B7821301D1C641b3d
Octal22426720223035341443375
Binary1001010010110111100000101001101110111100110010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,183,130); }

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

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

 a { background-color: rgb(148,183,130); }

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

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

 span { border-color: rgb(148,183,130); }

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