#707312

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

Shades of Fiji Green #707312

Tints of Fiji Green #707312

Color information

#707312 (or 0x707312) is unknown color: approx Fiji Green. HEX triplet: 70, 73 and 12. RGB value is (112,115,18). Sum of RGB (Red+Green+Blue) = 112+115+18=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #707312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707312 is #8F8CED. Grayscale: #676767. Windows color (decimal): -9407726 or 1209200. OLE color: 1209200.

HSL color Cylindrical-coordinate representation of color #707312: hue angle of 61.86º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #707312 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB11211518-
CMYK0.0300.840.55
HSL61.86º72.93%26.08%-
HSV(B)61.86º84.35%45.1%-
XYZ12.9215.752.93-
YUV103.0480.01134.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=45.71%
G=46.94%
B=7.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115180.0300.840.5561.8672.9326.08
Hex7073123054373e491a
Octal1601632230124677611132
Binary11100001110011100101101010100110111111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707312; }

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

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

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

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

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

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

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

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