#968C09

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

Shades of Olive #968C09

Tints of Olive #968C09

Color information

#968C09 (or 0x968C09) is unknown color: approx Olive. HEX triplet: 96, 8C and 09. RGB value is (150,140,9). Sum of RGB (Red+Green+Blue) = 150+140+9=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #968C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C09 is #6973F6. Grayscale: #808080. Windows color (decimal): -6910967 or 625814. OLE color: 625814.

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

Color convert

RGB1501409-
CMYK00.070.940.41
HSL55.74º88.68%31.18%-
HSV(B)55.74º94%58.82%-
XYZ22.0125.263.97-
YUV128.0660.81143.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 140 (55.08% from 255) = 46.82%
BLUE value IS 9 (3.91% from 255) = 3.01%
R=50.17%
G=46.82%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150140900.070.940.4155.7488.6831.18
Hex968C9075E2938591f
Octal2262141107136517013137
Binary1001011010001100100101111011110101001111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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