#707811

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

Shades of Fiji Green #707811

Tints of Fiji Green #707811

Color information

#707811 (or 0x707811) is unknown color: approx Fiji Green. HEX triplet: 70, 78 and 11. RGB value is (112,120,17). Sum of RGB (Red+Green+Blue) = 112+120+17=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #707811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707811 is #8F87EE. Grayscale: #6A6A6A. Windows color (decimal): -9406447 or 1144944. OLE color: 1144944.

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

Color convert

RGB11212017-
CMYK0.0700.860.53
HSL64.66º75.18%26.86%-
HSV(B)64.66º85.83%47.06%-
XYZ13.516.923.08-
YUV105.8777.85132.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=44.98%
G=48.19%
B=6.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120170.0700.860.5364.6675.1826.86
Hex707811705635414b1b
Octal16017021701266510111333
Binary1110000111100010001111010101101101011000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707811; }

 p { color: rgb(112,120,17); }

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

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

 a { background-color: rgb(112,120,17); }

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

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

 span { border-color: rgb(112,120,17); }

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