#6C760C

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

Shades of Fiji Green #6C760C

Tints of Fiji Green #6C760C

Color information

#6C760C (or 0x6C760C) is unknown color: approx Fiji Green. HEX triplet: 6C, 76 and 0C. RGB value is (108,118,12). Sum of RGB (Red+Green+Blue) = 108+118+12=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #6C760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C760C is #9389F3. Grayscale: #676767. Windows color (decimal): -9669108 or 816748. OLE color: 816748.

HSL color Cylindrical-coordinate representation of color #6C760C: hue angle of 65.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C760C is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB10811812-
CMYK0.0800.900.54
HSL65.66º81.54%25.49%-
HSV(B)65.66º89.83%46.27%-
XYZ12.7316.172.8-
YUV102.9376.69131.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.38%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=45.38%
G=49.58%
B=5.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118120.0800.900.5465.6681.5425.49
Hex6C76C805A36425219
Octal154166141001326610212231
Binary1101100111011011001000010110101101101000010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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