#707305

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

Shades of Olive #707305

Tints of Olive #707305

Color information

#707305 (or 0x707305) is unknown color: approx Olive. HEX triplet: 70, 73 and 05. RGB value is (112,115,5). Sum of RGB (Red+Green+Blue) = 112+115+5=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #707305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707305 is #8F8CFA. Grayscale: #656565. Windows color (decimal): -9407739 or 357232. OLE color: 357232.

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

Color convert

RGB1121155-
CMYK0.0300.960.55
HSL61.64º91.67%23.53%-
HSV(B)61.64º95.65%45.1%-
XYZ12.8415.722.5-
YUV101.5673.51135.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=48.28%
G=49.57%
B=2.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11211550.0300.960.5561.6491.6723.53
Hex707353060373e5c18
Octal160163530140677613430
Binary111000011100111011101100000110111111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707305; }

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

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

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

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

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

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

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

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