#6D7213

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

Shades of Fiji Green #6D7213

Tints of Fiji Green #6D7213

Color information

#6D7213 (or 0x6D7213) is unknown color: approx Fiji Green. HEX triplet: 6D, 72 and 13. RGB value is (109,114,19). Sum of RGB (Red+Green+Blue) = 109+114+19=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7213 is #928DEC. Grayscale: #666666. Windows color (decimal): -9604589 or 1274477. OLE color: 1274477.

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

Color convert

RGB10911419-
CMYK0.0400.830.55
HSL63.16º71.43%26.08%-
HSV(B)63.16º83.33%44.71%-
XYZ12.4415.332.92-
YUV101.6781.34133.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.04%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=45.04%
G=47.11%
B=7.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109114190.0400.830.5563.1671.4326.08
Hex6D72134053373f471a
Octal1551622340123677710732
Binary110110111100101001110001010011110111111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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