#6D7013

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

Shades of Fiji Green #6D7013

Tints of Fiji Green #6D7013

Color information

#6D7013 (or 0x6D7013) is unknown color: approx Fiji Green. HEX triplet: 6D, 70 and 13. RGB value is (109,112,19). Sum of RGB (Red+Green+Blue) = 109+112+19=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7013 is #928FEC. Grayscale: #646464. Windows color (decimal): -9605101 or 1273965. OLE color: 1273965.

HSL color Cylindrical-coordinate representation of color #6D7013: hue angle of 61.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D7013 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB10911219-
CMYK0.0300.830.56
HSL61.94º70.99%25.69%-
HSV(B)61.94º83.04%43.92%-
XYZ12.2214.892.85-
YUV100.582.01134.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=45.42%
G=46.67%
B=7.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112190.0300.830.5661.9470.9925.69
Hex6D70133053383e471a
Octal1551602330123707610732
Binary11011011110000100111101010011111000111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,19); }

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

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

 a { background-color: rgb(109,112,19); }

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

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

 span { border-color: rgb(109,112,19); }

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