#94B663

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

Shades of Olivine #94B663

Tints of Olivine #94B663

Color information

#94B663 (or 0x94B663) is unknown color: approx Olivine. HEX triplet: 94, B6 and 63. RGB value is (148,182,99). Sum of RGB (Red+Green+Blue) = 148+182+99=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #94B663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B663 is #6B499C. Grayscale: #A2A2A2. Windows color (decimal): -7031197 or 6534804. OLE color: 6534804.

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

Color convert

RGB14818299-
CMYK0.1900.460.29
HSL84.58º36.24%55.1%-
HSV(B)84.58º45.6%71.37%-
XYZ31.1940.6518.01-
YUV162.3792.24117.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=34.50%
G=42.42%
B=23.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148182990.1900.460.2984.5836.2455.1
Hex94B6631302E1D552437
Octal22426614323056351254467
Binary10010100101101101100011100110101110111011010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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