#6C7613

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

Shades of Fiji Green #6C7613

Tints of Fiji Green #6C7613

Color information

#6C7613 (or 0x6C7613) is unknown color: approx Fiji Green. HEX triplet: 6C, 76 and 13. RGB value is (108,118,19). Sum of RGB (Red+Green+Blue) = 108+118+19=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7613 is #9389EC. Grayscale: #686868. Windows color (decimal): -9669101 or 1275500. OLE color: 1275500.

HSL color Cylindrical-coordinate representation of color #6C7613: hue angle of 66.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C7613 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB10811819-
CMYK0.0800.840.54
HSL66.06º72.26%26.86%-
HSV(B)66.06º83.9%46.27%-
XYZ12.7816.193.07-
YUV103.7280.19131.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=44.08%
G=48.16%
B=7.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118190.0800.840.5466.0672.2626.86
Hex6C761380543642481b
Octal154166231001246610211033
Binary11011001110110100111000010101001101101000010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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