#706302

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

Shades of Olive #706302

Tints of Olive #706302

Color information

#706302 (or 0x706302) is unknown color: approx Olive. HEX triplet: 70, 63 and 02. RGB value is (112,99,2). Sum of RGB (Red+Green+Blue) = 112+99+2=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #706302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706302 is #8F9CFD. Grayscale: #5C5C5C. Windows color (decimal): -9411838 or 156528. OLE color: 156528.

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

Color convert

RGB112992-
CMYK00.120.980.56
HSL52.91º96.49%22.35%-
HSV(B)52.91º98.21%43.92%-
XYZ11.1512.371.86-
YUV91.8377.31142.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=52.58%
G=46.48%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11299200.120.980.5652.9196.4922.35
Hex706320C6238356016
Octal1601432014142706514026
Binary1110000110001110011001100010111000110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706302; }

 p { color: rgb(112,99,2); }

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

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

 a { background-color: rgb(112,99,2); }

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

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

 span { border-color: rgb(112,99,2); }

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