#709103

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

Shades of Olive #709103

Tints of Olive #709103

Color information

#709103 (or 0x709103) is unknown color: approx Olive. HEX triplet: 70, 91 and 03. RGB value is (112,145,3). Sum of RGB (Red+Green+Blue) = 112+145+3=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #709103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709103 is #8F6EFC. Grayscale: #777777. Windows color (decimal): -9400061 or 233840. OLE color: 233840.

HSL color Cylindrical-coordinate representation of color #709103: hue angle of 73.94º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #709103 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB1121453-
CMYK0.2300.980.43
HSL73.94º95.95%29.02%-
HSV(B)73.94º97.93%56.86%-
XYZ16.8223.73.77-
YUV118.9462.57123.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=43.08%
G=55.77%
B=1.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11214530.2300.980.4373.9495.9529.02
Hex70913170622B4a601d
Octal16022132701425311214035
Binary1110000100100011110111011000101010111001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709103; }

 p { color: rgb(112,145,3); }

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

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

 a { background-color: rgb(112,145,3); }

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

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

 span { border-color: rgb(112,145,3); }

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