#968402

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

Shades of Olive #968402

Tints of Olive #968402

Color information

#968402 (or 0x968402) is unknown color: approx Olive. HEX triplet: 96, 84 and 02. RGB value is (150,132,2). Sum of RGB (Red+Green+Blue) = 150+132+2=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #968402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968402 is #697BFD. Grayscale: #7B7B7B. Windows color (decimal): -6913022 or 165014. OLE color: 165014.

HSL color Cylindrical-coordinate representation of color #968402: hue angle of 52.7º 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 #968402 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1501322-
CMYK00.120.990.41
HSL52.7º97.37%29.8%-
HSV(B)52.7º98.67%58.82%-
XYZ20.8422.993.4-
YUV122.5659.96147.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=52.82%
G=46.48%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150132200.120.990.4152.797.3729.8
Hex968420C632935611e
Octal2262042014143516514136
Binary100101101000010010011001100011101001110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968402; }

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

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

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

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

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

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

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

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