#94B367

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

Shades of Olivine #94B367

Tints of Olivine #94B367

Color information

#94B367 (or 0x94B367) is unknown color: approx Olivine. HEX triplet: 94, B3 and 67. RGB value is (148,179,103). Sum of RGB (Red+Green+Blue) = 148+179+103=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #94B367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B367 is #6B4C98. Grayscale: #A1A1A1. Windows color (decimal): -7031961 or 6796180. OLE color: 6796180.

HSL color Cylindrical-coordinate representation of color #94B367: hue angle of 84.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94B367 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB148179103-
CMYK0.1700.420.30
HSL84.47º33.33%55.29%-
HSV(B)84.47º42.46%70.2%-
XYZ30.7839.5218.84-
YUV161.0795.23118.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=34.42%
G=41.63%
B=23.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481791030.1700.420.3084.4733.3355.29
Hex94B3671102A1E542137
Octal22426314721052361244167
Binary10010100101100111100111100010101010111101010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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