#6C7612

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

Shades of Fiji Green #6C7612

Tints of Fiji Green #6C7612

Color information

#6C7612 (or 0x6C7612) is unknown color: approx Fiji Green. HEX triplet: 6C, 76 and 12. RGB value is (108,118,18). Sum of RGB (Red+Green+Blue) = 108+118+18=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7612 is #9389ED. Grayscale: #676767. Windows color (decimal): -9669102 or 1209964. OLE color: 1209964.

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

Color convert

RGB10811818-
CMYK0.0800.850.54
HSL66º73.53%26.67%-
HSV(B)66º84.75%46.27%-
XYZ12.7716.193.02-
YUV103.6179.69131.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=44.26%
G=48.36%
B=7.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118180.0800.850.546673.5326.67
Hex6C7612805536424a1b
Octal154166221001256610211233
Binary11011001110110100101000010101011101101000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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