#707713

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

Shades of Fiji Green #707713

Tints of Fiji Green #707713

Color information

#707713 (or 0x707713) is unknown color: approx Fiji Green. HEX triplet: 70, 77 and 13. RGB value is (112,119,19). Sum of RGB (Red+Green+Blue) = 112+119+19=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #707713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707713 is #8F88EC. Grayscale: #696969. Windows color (decimal): -9406701 or 1275760. OLE color: 1275760.

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

Color convert

RGB11211919-
CMYK0.0600.840.53
HSL64.2º72.46%27.06%-
HSV(B)64.2º84.03%46.67%-
XYZ13.416.693.13-
YUV105.5179.18132.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=44.8%
G=47.6%
B=7.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119190.0600.840.5364.272.4627.06
Hex70771360543540481b
Octal16016723601246510011033
Binary1110000111011110011110010101001101011000000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707713; }

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

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

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

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

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

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

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

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