#968702

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

Shades of Olive #968702

Tints of Olive #968702

Color information

#968702 (or 0x968702) is unknown color: approx Olive. HEX triplet: 96, 87 and 02. RGB value is (150,135,2). Sum of RGB (Red+Green+Blue) = 150+135+2=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #968702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968702 is #6978FD. Grayscale: #7C7C7C. Windows color (decimal): -6912254 or 165782. OLE color: 165782.

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

Color convert

RGB1501352-
CMYK00.10.990.41
HSL53.92º97.37%29.8%-
HSV(B)53.92º98.67%58.82%-
XYZ21.2523.823.53-
YUV124.3258.97146.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=52.26%
G=47.04%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150135200.10.990.4153.9297.3729.8
Hex968720A632936611e
Octal2262072012143516614136
Binary100101101000011110010101100011101001110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968702; }

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

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

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

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

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

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

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

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