#968D06

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

Shades of Olive #968D06

Tints of Olive #968D06

Color information

#968D06 (or 0x968D06) is unknown color: approx Olive. HEX triplet: 96, 8D and 06. RGB value is (150,141,6). Sum of RGB (Red+Green+Blue) = 150+141+6=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #968D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D06 is #6972F9. Grayscale: #808080. Windows color (decimal): -6910714 or 429462. OLE color: 429462.

HSL color Cylindrical-coordinate representation of color #968D06: hue angle of 56.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #968D06 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1501416-
CMYK00.060.960.41
HSL56.25º92.31%30.59%-
HSV(B)56.25º96%58.82%-
XYZ22.1425.553.94-
YUV128.358.98143.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 6 (2.73% from 255) = 2.02%
R=50.51%
G=47.47%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150141600.060.960.4156.2592.3130.59
Hex968D6066029385c1f
Octal226215606140517013437
Binary100101101000110111001101100000101001111000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,6); }

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

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

 a { background-color: rgb(150,141,6); }

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

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

 span { border-color: rgb(150,141,6); }

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