#707302

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

Shades of Olive #707302

Tints of Olive #707302

Color information

#707302 (or 0x707302) is unknown color: approx Olive. HEX triplet: 70, 73 and 02. RGB value is (112,115,2). Sum of RGB (Red+Green+Blue) = 112+115+2=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #707302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707302 is #8F8CFD. Grayscale: #656565. Windows color (decimal): -9407742 or 160624. OLE color: 160624.

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

Color convert

RGB1121152-
CMYK0.0300.980.55
HSL61.59º96.58%22.94%-
HSV(B)61.59º98.26%45.1%-
XYZ12.8215.712.41-
YUV101.2272.01135.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=48.91%
G=50.22%
B=0.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11211520.0300.980.5561.5996.5822.94
Hex707323062373e6117
Octal160163230142677614127
Binary11100001110011101101100010110111111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707302; }

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

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

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

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

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

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

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

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