#736A08

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

Shades of Olive #736A08

Tints of Olive #736A08

Color information

#736A08 (or 0x736A08) is unknown color: approx Olive. HEX triplet: 73, 6A and 08. RGB value is (115,106,8). Sum of RGB (Red+Green+Blue) = 115+106+8=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #736A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A08 is #8C95F7. Grayscale: #616161. Windows color (decimal): -9213432 or 551539. OLE color: 551539.

HSL color Cylindrical-coordinate representation of color #736A08: hue angle of 54.95º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #736A08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB1151068-
CMYK00.080.930.55
HSL54.95º86.99%24.12%-
HSV(B)54.95º93.04%45.1%-
XYZ12.2713.972.28-
YUV97.5277.48140.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=50.22%
G=46.29%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115106800.080.930.5554.9586.9924.12
Hex736A8085D37375718
Octal16315210010135676712730
Binary111001111010101000010001011101110111110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A08; }

 p { color: rgb(115,106,8); }

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

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

 a { background-color: rgb(115,106,8); }

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

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

 span { border-color: rgb(115,106,8); }

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