#707716

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

Shades of Fiji Green #707716

Tints of Fiji Green #707716

Color information

#707716 (or 0x707716) is unknown color: approx Fiji Green. HEX triplet: 70, 77 and 16. RGB value is (112,119,22). Sum of RGB (Red+Green+Blue) = 112+119+22=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #707716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707716 is #8F88E9. Grayscale: #6A6A6A. Windows color (decimal): -9406698 or 1472368. OLE color: 1472368.

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

Color convert

RGB11211922-
CMYK0.0600.820.53
HSL64.33º68.79%27.65%-
HSV(B)64.33º81.51%46.67%-
XYZ13.4216.73.27-
YUV105.8580.68132.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=44.27%
G=47.04%
B=8.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119220.0600.820.5364.3368.7927.65
Hex70771660523540451c
Octal16016726601226510010534
Binary1110000111011110110110010100101101011000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707716; }

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

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

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

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

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

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

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

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