#968303

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

Shades of Olive #968303

Tints of Olive #968303

Color information

#968303 (or 0x968303) is unknown color: approx Olive. HEX triplet: 96, 83 and 03. RGB value is (150,131,3). Sum of RGB (Red+Green+Blue) = 150+131+3=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #968303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968303 is #697CFC. Grayscale: #7A7A7A. Windows color (decimal): -6913277 or 230294. OLE color: 230294.

HSL color Cylindrical-coordinate representation of color #968303: hue angle of 52.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #968303 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB1501313-
CMYK00.130.980.41
HSL52.24º96.08%30%-
HSV(B)52.24º98%58.82%-
XYZ20.7122.723.38-
YUV122.0960.79147.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=52.82%
G=46.13%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150131300.130.980.4152.2496.0830
Hex968330D622934601e
Octal2262033015142516414036
Binary100101101000001111011011100010101001110100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968303; }

 p { color: rgb(150,131,3); }

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

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

 a { background-color: rgb(150,131,3); }

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

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

 span { border-color: rgb(150,131,3); }

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