#707610

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

Shades of Fiji Green #707610

Tints of Fiji Green #707610

Color information

#707610 (or 0x707610) is unknown color: approx Fiji Green. HEX triplet: 70, 76 and 10. RGB value is (112,118,16). Sum of RGB (Red+Green+Blue) = 112+118+16=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #707610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707610 is #8F89EF. Grayscale: #686868. Windows color (decimal): -9406960 or 1078896. OLE color: 1078896.

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

Color convert

RGB11211816-
CMYK0.0500.860.54
HSL63.53º76.12%26.27%-
HSV(B)63.53º86.44%46.27%-
XYZ13.2516.442.96-
YUV104.5878.01133.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=45.53%
G=47.97%
B=6.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118160.0500.860.5463.5376.1226.27
Hex707610505636404c1a
Octal16016620501266610011432
Binary1110000111011010000101010101101101101000000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707610; }

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

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

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

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

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

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

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

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