#736905

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

Shades of Olive #736905

Tints of Olive #736905

Color information

#736905 (or 0x736905) is unknown color: approx Olive. HEX triplet: 73, 69 and 05. RGB value is (115,105,5). Sum of RGB (Red+Green+Blue) = 115+105+5=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #736905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736905 is #8C96FA. Grayscale: #606060. Windows color (decimal): -9213691 or 354675. OLE color: 354675.

HSL color Cylindrical-coordinate representation of color #736905: hue angle of 54.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #736905 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1151055-
CMYK00.090.960.55
HSL54.55º91.67%23.53%-
HSV(B)54.55º95.65%45.1%-
XYZ12.1513.762.16-
YUV96.5976.31141.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=51.11%
G=46.67%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115105500.090.960.5554.5591.6723.53
Hex73695096037375c18
Octal1631515011140676713430
Binary11100111101001101010011100000110111110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736905; }

 p { color: rgb(115,105,5); }

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

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

 a { background-color: rgb(115,105,5); }

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

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

 span { border-color: rgb(115,105,5); }

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