#707513

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

Shades of Fiji Green #707513

Tints of Fiji Green #707513

Color information

#707513 (or 0x707513) is unknown color: approx Fiji Green. HEX triplet: 70, 75 and 13. RGB value is (112,117,19). Sum of RGB (Red+Green+Blue) = 112+117+19=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #707513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707513 is #8F8AEC. Grayscale: #686868. Windows color (decimal): -9407213 or 1275248. OLE color: 1275248.

HSL color Cylindrical-coordinate representation of color #707513: hue angle of 63.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #707513 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB11211719-
CMYK0.0400.840.54
HSL63.06º72.06%26.67%-
HSV(B)63.06º83.76%45.88%-
XYZ13.1616.213.05-
YUV104.3379.84133.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=45.16%
G=47.18%
B=7.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117190.0400.840.5463.0672.0626.67
Hex7075134054363f481b
Octal1601652340124667711033
Binary111000011101011001110001010100110110111111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707513; }

 p { color: rgb(112,117,19); }

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

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

 a { background-color: rgb(112,117,19); }

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

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

 span { border-color: rgb(112,117,19); }

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