#94B681

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

Shades of Olivine #94B681

Tints of Olivine #94B681

Color information

#94B681 (or 0x94B681) is unknown color: approx Olivine. HEX triplet: 94, B6 and 81. RGB value is (148,182,129). Sum of RGB (Red+Green+Blue) = 148+182+129=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #94B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B681 is #6B497E. Grayscale: #A5A5A5. Windows color (decimal): -7031167 or 8500884. OLE color: 8500884.

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

Color convert

RGB148182129-
CMYK0.1900.290.29
HSL98.49º26.63%60.98%-
HSV(B)98.49º29.12%71.37%-
XYZ32.941.3427.01-
YUV165.79107.24115.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=32.24%
G=39.65%
B=28.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481821290.1900.290.2998.4926.6360.98
Hex94B6811301D1D621b3d
Octal22426620123035351423375
Binary1001010010110110100000011001101110111101110001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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