#969100

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

Shades of Olive #969100

Tints of Olive #969100

Color information

#969100 (or 0x969100) is unknown color: approx Olive. HEX triplet: 96, 91 and 00. RGB value is (150,145,0). Sum of RGB (Red+Green+Blue) = 150+145+0=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #969100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969100 is #696EFF. Grayscale: #828282. Windows color (decimal): -6909696 or 37270. OLE color: 37270.

HSL color Cylindrical-coordinate representation of color #969100: hue angle of 58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #969100 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1501450-
CMYK00.0310.41
HSL58º100%29.41%-
HSV(B)58º100%58.82%-
XYZ22.726.733.96-
YUV129.9654.66142.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.85%
G=49.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150145000.0310.415810029.41
Hex969100364293a641d
Octal226221003144517214435
Binary100101101001000100111100100101001111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969100; }

 p { color: rgb(150,145,0); }

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

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

 a { background-color: rgb(150,145,0); }

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

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

 span { border-color: rgb(150,145,0); }

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