#94B371

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

Shades of Olivine #94B371

Tints of Olivine #94B371

Color information

#94B371 (or 0x94B371) is unknown color: approx Olivine. HEX triplet: 94, B3 and 71. RGB value is (148,179,113). Sum of RGB (Red+Green+Blue) = 148+179+113=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #94B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B371 is #6B4C8E. Grayscale: #A2A2A2. Windows color (decimal): -7031951 or 7451540. OLE color: 7451540.

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

Color convert

RGB148179113-
CMYK0.1700.370.30
HSL88.18º30.28%57.25%-
HSV(B)88.18º36.87%70.2%-
XYZ31.3139.7321.64-
YUV162.21100.23117.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=33.64%
G=40.68%
B=25.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481791130.1700.370.3088.1830.2857.25
Hex94B371110251E581e39
Octal22426316121045361303671
Binary1001010010110011111000110001010010111110101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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