#6C790C

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

Shades of Fiji Green #6C790C

Tints of Fiji Green #6C790C

Color information

#6C790C (or 0x6C790C) is unknown color: approx Fiji Green. HEX triplet: 6C, 79 and 0C. RGB value is (108,121,12). Sum of RGB (Red+Green+Blue) = 108+121+12=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #6C790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C790C is #9386F3. Grayscale: #696969. Windows color (decimal): -9668340 or 817516. OLE color: 817516.

HSL color Cylindrical-coordinate representation of color #6C790C: hue angle of 67.16º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C790C is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB10812112-
CMYK0.1100.900.53
HSL67.16º81.95%26.08%-
HSV(B)67.16º90.08%47.45%-
XYZ13.0916.892.92-
YUV104.6975.69130.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.81%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=44.81%
G=50.21%
B=4.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108121120.1100.900.5367.1681.9526.08
Hex6C79CB05A3543521a
Octal154171141301326510312232
Binary1101100111100111001011010110101101011000011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,121,12); }

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

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

 a { background-color: rgb(108,121,12); }

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

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

 span { border-color: rgb(108,121,12); }

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