#707913

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

Shades of Fiji Green #707913

Tints of Fiji Green #707913

Color information

#707913 (or 0x707913) is unknown color: approx Fiji Green. HEX triplet: 70, 79 and 13. RGB value is (112,121,19). Sum of RGB (Red+Green+Blue) = 112+121+19=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #707913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707913 is #8F86EC. Grayscale: #6B6B6B. Windows color (decimal): -9406189 or 1276272. OLE color: 1276272.

HSL color Cylindrical-coordinate representation of color #707913: hue angle of 65.29º degrees, saturation: 0.73, 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 #707913 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB11212119-
CMYK0.0700.840.53
HSL65.29º72.86%27.45%-
HSV(B)65.29º84.3%47.45%-
XYZ13.6417.173.21-
YUV106.6878.52131.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=44.44%
G=48.02%
B=7.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112121190.0700.840.5365.2972.8627.45
Hex70791370543541491b
Octal16017123701246510111133
Binary1110000111100110011111010101001101011000001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707913; }

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

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

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

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

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

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

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

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