#94B467

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

Shades of Olivine #94B467

Tints of Olivine #94B467

Color information

#94B467 (or 0x94B467) is unknown color: approx Olivine. HEX triplet: 94, B4 and 67. RGB value is (148,180,103). Sum of RGB (Red+Green+Blue) = 148+180+103=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #94B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B467 is #6B4B98. Grayscale: #A1A1A1. Windows color (decimal): -7031705 or 6796436. OLE color: 6796436.

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

Color convert

RGB148180103-
CMYK0.1800.430.29
HSL84.94º33.92%55.49%-
HSV(B)84.94º42.78%70.59%-
XYZ30.9839.9218.9-
YUV161.6594.9118.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=34.34%
G=41.76%
B=23.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801030.1800.430.2984.9433.9255.49
Hex94B4671202B1D552237
Octal22426414722053351254267
Binary10010100101101001100111100100101011111011010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,103); }

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

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

 a { background-color: rgb(148,180,103); }

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

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

 span { border-color: rgb(148,180,103); }

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