#6C711A

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

Shades of Fiji Green #6C711A

Tints of Fiji Green #6C711A

Color information

#6C711A (or 0x6C711A) is unknown color: approx Fiji Green. HEX triplet: 6C, 71 and 1A. RGB value is (108,113,26). Sum of RGB (Red+Green+Blue) = 108+113+26=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #6C711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C711A is #938EE5. Grayscale: #656565. Windows color (decimal): -9670374 or 1732972. OLE color: 1732972.

HSL color Cylindrical-coordinate representation of color #6C711A: hue angle of 63.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C711A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB10811326-
CMYK0.0400.770.56
HSL63.45º62.59%27.25%-
HSV(B)63.45º76.99%44.31%-
XYZ12.2815.073.24-
YUV101.5985.34132.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=43.72%
G=45.75%
B=10.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108113260.0400.770.5663.4562.5927.25
Hex6C711A404D383f3f1b
Octal154161324011570777733
Binary11011001110001110101000100110111100011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,113,26); }

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

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

 a { background-color: rgb(108,113,26); }

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

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

 span { border-color: rgb(108,113,26); }

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