#6C750C

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

Shades of Fiji Green #6C750C

Tints of Fiji Green #6C750C

Color information

#6C750C (or 0x6C750C) is unknown color: approx Fiji Green. HEX triplet: 6C, 75 and 0C. RGB value is (108,117,12). Sum of RGB (Red+Green+Blue) = 108+117+12=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #6C750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C750C is #938AF3. Grayscale: #666666. Windows color (decimal): -9669364 or 816492. OLE color: 816492.

HSL color Cylindrical-coordinate representation of color #6C750C: hue angle of 65.14º degrees, saturation: 0.81, 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 #6C750C is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB10811712-
CMYK0.0800.900.54
HSL65.14º81.4%25.29%-
HSV(B)65.14º89.74%45.88%-
XYZ12.6115.942.76-
YUV102.3477.02132.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.57%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=45.57%
G=49.37%
B=5.06%

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
Decimal108117120.0800.900.5465.1481.425.29
Hex6C75C805A36415119
Octal154165141001326610112131
Binary1101100111010111001000010110101101101000001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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