#736C08

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

Shades of Olive #736C08

Tints of Olive #736C08

Color information

#736C08 (or 0x736C08) is unknown color: approx Olive. HEX triplet: 73, 6C and 08. RGB value is (115,108,8). Sum of RGB (Red+Green+Blue) = 115+108+8=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #736C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C08 is #8C93F7. Grayscale: #636363. Windows color (decimal): -9212920 or 552051. OLE color: 552051.

HSL color Cylindrical-coordinate representation of color #736C08: hue angle of 56.07º 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 #736C08 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB1151088-
CMYK00.060.930.55
HSL56.07º86.99%24.12%-
HSV(B)56.07º93.04%45.1%-
XYZ12.4814.392.35-
YUV98.6976.82139.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=49.78%
G=46.75%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115108800.060.930.5556.0786.9924.12
Hex736C8065D37385718
Octal1631541006135677012730
Binary11100111101100100001101011101110111111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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