#6C7610

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

Shades of Fiji Green #6C7610

Tints of Fiji Green #6C7610

Color information

#6C7610 (or 0x6C7610) is unknown color: approx Fiji Green. HEX triplet: 6C, 76 and 10. RGB value is (108,118,16). Sum of RGB (Red+Green+Blue) = 108+118+16=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7610 is #9389EF. Grayscale: #676767. Windows color (decimal): -9669104 or 1078892. OLE color: 1078892.

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

Color convert

RGB10811816-
CMYK0.0800.860.54
HSL65.88º76.12%26.27%-
HSV(B)65.88º86.44%46.27%-
XYZ12.7616.182.94-
YUV103.3878.69131.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.63%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=44.63%
G=48.76%
B=6.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118160.0800.860.5465.8876.1226.27
Hex6C7610805636424c1a
Octal154166201001266610211432
Binary11011001110110100001000010101101101101000010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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