#6C780C

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

Shades of Fiji Green #6C780C

Tints of Fiji Green #6C780C

Color information

#6C780C (or 0x6C780C) is unknown color: approx Fiji Green. HEX triplet: 6C, 78 and 0C. RGB value is (108,120,12). Sum of RGB (Red+Green+Blue) = 108+120+12=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #6C780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C780C is #9387F3. Grayscale: #686868. Windows color (decimal): -9668596 or 817260. OLE color: 817260.

HSL color Cylindrical-coordinate representation of color #6C780C: hue angle of 66.67º 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 #6C780C is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB10812012-
CMYK0.1000.900.53
HSL66.67º81.82%25.88%-
HSV(B)66.67º90%47.06%-
XYZ12.9716.652.88-
YUV104.176.02130.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 5%
R=45%
G=50%
B=5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108120120.1000.900.5366.6781.8225.88
Hex6C78CA05A3543521a
Octal154170141201326510312232
Binary1101100111100011001010010110101101011000011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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