#94B569

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

Shades of Olivine #94B569

Tints of Olivine #94B569

Color information

#94B569 (or 0x94B569) is unknown color: approx Olivine. HEX triplet: 94, B5 and 69. RGB value is (148,181,105). Sum of RGB (Red+Green+Blue) = 148+181+105=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #94B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B569 is #6B4A96. Grayscale: #A2A2A2. Windows color (decimal): -7031447 or 6927764. OLE color: 6927764.

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

Color convert

RGB148181105-
CMYK0.1800.420.29
HSL86.05º33.93%56.08%-
HSV(B)86.05º41.99%70.98%-
XYZ31.2940.3619.51-
YUV162.4795.57117.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 181 (71.09% from 255) = 41.71%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=34.10%
G=41.71%
B=24.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811050.1800.420.2986.0533.9356.08
Hex94B5691202A1D562238
Octal22426515122052351264270
Binary10010100101101011101001100100101010111011010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,105); }

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

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

 a { background-color: rgb(148,181,105); }

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

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

 span { border-color: rgb(148,181,105); }

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