#706700

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

Shades of Olive #706700

Tints of Olive #706700

Color information

#706700 (or 0x706700) is unknown color: approx Olive. HEX triplet: 70, 67 and 00. RGB value is (112,103,0). Sum of RGB (Red+Green+Blue) = 112+103+0=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706700 is #8F98FF. Grayscale: #5E5E5E. Windows color (decimal): -9410816 or 26480. OLE color: 26480.

HSL color Cylindrical-coordinate representation of color #706700: hue angle of 55.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #706700 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB1121030-
CMYK00.0810.56
HSL55.18º100%21.96%-
HSV(B)55.18º100%43.92%-
XYZ11.5313.151.93-
YUV93.9574.98140.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 103 (40.62% from 255) = 47.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.09%
G=47.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112103000.0810.5655.1810021.96
Hex70670086438376416
Octal1601470010144706714426
Binary111000011001110010001100100111000110111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706700; }

 p { color: rgb(112,103,0); }

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

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

 a { background-color: rgb(112,103,0); }

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

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

 span { border-color: rgb(112,103,0); }

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