#707616

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

Shades of Fiji Green #707616

Tints of Fiji Green #707616

Color information

#707616 (or 0x707616) is unknown color: approx Fiji Green. HEX triplet: 70, 76 and 16. RGB value is (112,118,22). Sum of RGB (Red+Green+Blue) = 112+118+22=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #707616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707616 is #8F89E9. Grayscale: #696969. Windows color (decimal): -9406954 or 1472112. OLE color: 1472112.

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

Color convert

RGB11211822-
CMYK0.0500.810.54
HSL63.75º68.57%27.45%-
HSV(B)63.75º81.36%46.27%-
XYZ13.3116.463.23-
YUV105.2681.01132.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=44.44%
G=46.83%
B=8.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118220.0500.810.5463.7568.5727.45
Hex70761650513640451b
Octal16016626501216610010533
Binary1110000111011010110101010100011101101000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707616; }

 p { color: rgb(112,118,22); }

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

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

 a { background-color: rgb(112,118,22); }

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

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

 span { border-color: rgb(112,118,22); }

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