#968C05

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

Shades of Olive #968C05

Tints of Olive #968C05

Color information

#968C05 (or 0x968C05) is unknown color: approx Olive. HEX triplet: 96, 8C and 05. RGB value is (150,140,5). Sum of RGB (Red+Green+Blue) = 150+140+5=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #968C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C05 is #6973FA. Grayscale: #808080. Windows color (decimal): -6910971 or 363670. OLE color: 363670.

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

Color convert

RGB1501405-
CMYK00.070.970.41
HSL55.86º93.55%30.39%-
HSV(B)55.86º96.67%58.82%-
XYZ21.9825.253.86-
YUV127.658.81143.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=50.85%
G=47.46%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150140500.070.970.4155.8693.5530.39
Hex968C5076129385e1e
Octal226214507141517013636
Binary100101101000110010101111100001101001111000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C05; }

 p { color: rgb(150,140,5); }

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

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

 a { background-color: rgb(150,140,5); }

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

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

 span { border-color: rgb(150,140,5); }

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