#707712

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

Shades of Fiji Green #707712

Tints of Fiji Green #707712

Color information

#707712 (or 0x707712) is unknown color: approx Fiji Green. HEX triplet: 70, 77 and 12. RGB value is (112,119,18). Sum of RGB (Red+Green+Blue) = 112+119+18=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #707712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707712 is #8F88ED. Grayscale: #696969. Windows color (decimal): -9406702 or 1210224. OLE color: 1210224.

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

Color convert

RGB11211918-
CMYK0.0600.850.53
HSL64.16º73.72%26.86%-
HSV(B)64.16º84.87%46.67%-
XYZ13.3916.683.09-
YUV105.3978.68132.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=44.98%
G=47.79%
B=7.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119180.0600.850.5364.1673.7226.86
Hex707712605535404a1b
Octal16016722601256510011233
Binary1110000111011110010110010101011101011000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707712; }

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

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

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

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

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

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

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

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