#6C6D1A

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

Shades of Fiji Green #6C6D1A

Tints of Fiji Green #6C6D1A

Color information

#6C6D1A (or 0x6C6D1A) is unknown color: approx Fiji Green. HEX triplet: 6C, 6D and 1A. RGB value is (108,109,26). Sum of RGB (Red+Green+Blue) = 108+109+26=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6D1A is #9392E5. Grayscale: #636363. Windows color (decimal): -9671398 or 1731948. OLE color: 1731948.

HSL color Cylindrical-coordinate representation of color #6C6D1A: hue angle of 60.72º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C6D1A is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB10810926-
CMYK0.0100.760.57
HSL60.72º61.48%26.47%-
HSV(B)60.72º76.15%42.75%-
XYZ11.8414.23.09-
YUV99.2486.67134.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.44%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=44.44%
G=44.86%
B=10.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108109260.0100.760.5760.7261.4826.47
Hex6C6D1A104C393d3d1a
Octal154155321011471757532
Binary110110011011011101010100110011100111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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