#737006

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

Shades of Olive #737006

Tints of Olive #737006

Color information

#737006 (or 0x737006) is unknown color: approx Olive. HEX triplet: 73, 70 and 06. RGB value is (115,112,6). Sum of RGB (Red+Green+Blue) = 115+112+6=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #737006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737006 is #8C8FF9. Grayscale: #656565. Windows color (decimal): -9211898 or 422003. OLE color: 422003.

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

Color convert

RGB1151126-
CMYK00.030.950.55
HSL58.35º90.08%23.73%-
HSV(B)58.35º94.78%45.1%-
XYZ12.915.252.44-
YUV100.8174.49138.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=49.36%
G=48.07%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115112600.030.950.5558.3590.0823.73
Hex73706035F373a5a18
Octal163160603137677213230
Binary111001111100001100111011111110111111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737006; }

 p { color: rgb(115,112,6); }

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

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

 a { background-color: rgb(115,112,6); }

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

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

 span { border-color: rgb(115,112,6); }

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