#94B168

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

Shades of Olivine #94B168

Tints of Olivine #94B168

Color information

#94B168 (or 0x94B168) is unknown color: approx Olivine. HEX triplet: 94, B1 and 68. RGB value is (148,177,104). Sum of RGB (Red+Green+Blue) = 148+177+104=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #94B168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B168 is #6B4E97. Grayscale: #A0A0A0. Windows color (decimal): -7032472 or 6861204. OLE color: 6861204.

HSL color Cylindrical-coordinate representation of color #94B168: hue angle of 83.84º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94B168 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB148177104-
CMYK0.1600.410.31
HSL83.84º31.88%55.1%-
HSV(B)83.84º41.24%69.41%-
XYZ30.4338.7418.97-
YUV160.0196.39119.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=34.50%
G=41.26%
B=24.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771040.1600.410.3183.8431.8855.1
Hex94B168100291F542037
Octal22426115020051371244067
Binary10010100101100011101000100000101001111111010100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,104); }

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

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

 a { background-color: rgb(148,177,104); }

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

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

 span { border-color: rgb(148,177,104); }

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