#6D6C0F

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

Shades of Fiji Green #6D6C0F

Tints of Fiji Green #6D6C0F

Color information

#6D6C0F (or 0x6D6C0F) is unknown color: approx Fiji Green. HEX triplet: 6D, 6C and 0F. RGB value is (109,108,15). Sum of RGB (Red+Green+Blue) = 109+108+15=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C0F is #9293F0. Grayscale: #626262. Windows color (decimal): -9606129 or 1010797. OLE color: 1010797.

HSL color Cylindrical-coordinate representation of color #6D6C0F: hue angle of 59.36º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D6C0F is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB10910815-
CMYK00.010.860.57
HSL59.36º75.81%24.31%-
HSV(B)59.36º86.24%42.75%-
XYZ11.7614.012.54-
YUV97.781.33136.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.98%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=46.98%
G=46.55%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091081500.010.860.5759.3675.8124.31
Hex6D6CF0156393b4c18
Octal1551541701126717311430
Binary110110111011001111011010110111001111011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,15); }

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

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

 a { background-color: rgb(109,108,15); }

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

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

 span { border-color: rgb(109,108,15); }

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