#6D740C

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

Shades of Fiji Green #6D740C

Tints of Fiji Green #6D740C

Color information

#6D740C (or 0x6D740C) is unknown color: approx Fiji Green. HEX triplet: 6D, 74 and 0C. RGB value is (109,116,12). Sum of RGB (Red+Green+Blue) = 109+116+12=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #6D740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D740C is #928BF3. Grayscale: #666666. Windows color (decimal): -9604084 or 816237. OLE color: 816237.

HSL color Cylindrical-coordinate representation of color #6D740C: hue angle of 64.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D740C is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB10911612-
CMYK0.0600.900.55
HSL64.04º81.25%25.1%-
HSV(B)64.04º89.66%45.49%-
XYZ12.6215.772.73-
YUV102.0577.18132.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=45.99%
G=48.95%
B=5.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109116120.0600.900.5564.0481.2525.1
Hex6D74C605A37405119
Octal15516414601326710012131
Binary110110111101001100110010110101101111000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,116,12); }

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

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

 a { background-color: rgb(109,116,12); }

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

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

 span { border-color: rgb(109,116,12); }

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