#6D700C

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

Shades of Fiji Green #6D700C

Tints of Fiji Green #6D700C

Color information

#6D700C (or 0x6D700C) is unknown color: approx Fiji Green. HEX triplet: 6D, 70 and 0C. RGB value is (109,112,12). Sum of RGB (Red+Green+Blue) = 109+112+12=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #6D700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D700C is #928FF3. Grayscale: #646464. Windows color (decimal): -9605108 or 815213. OLE color: 815213.

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

Color convert

RGB10911212-
CMYK0.0300.890.56
HSL61.8º80.65%24.31%-
HSV(B)61.8º89.29%43.92%-
XYZ12.1714.872.58-
YUV99.778.51134.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.78%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=46.78%
G=48.07%
B=5.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112120.0300.890.5661.880.6524.31
Hex6D70C3059383e5118
Octal1551601430131707612130
Binary1101101111000011001101011001111000111110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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