#969102

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

Shades of Olive #969102

Tints of Olive #969102

Color information

#969102 (or 0x969102) is unknown color: approx Olive. HEX triplet: 96, 91 and 02. RGB value is (150,145,2). Sum of RGB (Red+Green+Blue) = 150+145+2=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #969102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969102 is #696EFD. Grayscale: #828282. Windows color (decimal): -6909694 or 168342. OLE color: 168342.

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

Color convert

RGB1501452-
CMYK00.030.990.41
HSL57.97º97.37%29.8%-
HSV(B)57.97º98.67%58.82%-
XYZ22.7126.744.02-
YUV130.1955.66142.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=50.51%
G=48.82%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150145200.030.990.4157.9797.3729.8
Hex969120363293a611e
Octal226221203143517214136
Binary1001011010010001100111100011101001111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969102; }

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

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

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

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

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

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

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

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