#6C7616

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

Shades of Fiji Green #6C7616

Tints of Fiji Green #6C7616

Color information

#6C7616 (or 0x6C7616) is unknown color: approx Fiji Green. HEX triplet: 6C, 76 and 16. RGB value is (108,118,22). Sum of RGB (Red+Green+Blue) = 108+118+22=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7616 is #9389E9. Grayscale: #686868. Windows color (decimal): -9669098 or 1472108. OLE color: 1472108.

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

Color convert

RGB10811822-
CMYK0.0800.810.54
HSL66.25º68.57%27.45%-
HSV(B)66.25º81.36%46.27%-
XYZ12.8116.23.21-
YUV104.0781.69130.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.55%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=43.55%
G=47.58%
B=8.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118220.0800.810.5466.2568.5727.45
Hex6C761680513642451b
Octal154166261001216610210533
Binary11011001110110101101000010100011101101000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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