#708509

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

Shades of Olive #708509

Tints of Olive #708509

Color information

#708509 (or 0x708509) is unknown color: approx Olive. HEX triplet: 70, 85 and 09. RGB value is (112,133,9). Sum of RGB (Red+Green+Blue) = 112+133+9=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #708509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708509 is #8F7AF6. Grayscale: #717171. Windows color (decimal): -9403127 or 623984. OLE color: 623984.

HSL color Cylindrical-coordinate representation of color #708509: hue angle of 70.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #708509 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1121339-
CMYK0.1600.930.48
HSL70.16º87.32%27.84%-
HSV(B)70.16º93.23%52.16%-
XYZ15.1220.243.37-
YUV112.5869.54127.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 9 (3.91% from 255) = 3.54%
R=44.09%
G=52.36%
B=3.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11213390.1600.930.4870.1687.3227.84
Hex708591005D3046571c
Octal160205112001356010612734
Binary111000010000101100110000010111011100001000110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708509; }

 p { color: rgb(112,133,9); }

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

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

 a { background-color: rgb(112,133,9); }

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

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

 span { border-color: rgb(112,133,9); }

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