#6D7712

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

Shades of Fiji Green #6D7712

Tints of Fiji Green #6D7712

Color information

#6D7712 (or 0x6D7712) is unknown color: approx Fiji Green. HEX triplet: 6D, 77 and 12. RGB value is (109,119,18). Sum of RGB (Red+Green+Blue) = 109+119+18=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7712 is #9288ED. Grayscale: #686868. Windows color (decimal): -9603310 or 1210221. OLE color: 1210221.

HSL color Cylindrical-coordinate representation of color #6D7712: hue angle of 65.94º 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 #6D7712 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB10911918-
CMYK0.0800.850.53
HSL65.94º73.72%26.86%-
HSV(B)65.94º84.87%46.67%-
XYZ13.0116.493.07-
YUV104.579.19131.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.31%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=44.31%
G=48.37%
B=7.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109119180.0800.850.5365.9473.7226.86
Hex6D7712805535424a1b
Octal155167221001256510211233
Binary11011011110111100101000010101011101011000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7712; }

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

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

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

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

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

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

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

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