#6C7518

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

Shades of Fiji Green #6C7518

Tints of Fiji Green #6C7518

Color information

#6C7518 (or 0x6C7518) is unknown color: approx Fiji Green. HEX triplet: 6C, 75 and 18. RGB value is (108,117,24). Sum of RGB (Red+Green+Blue) = 108+117+24=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7518 is #938AE7. Grayscale: #686868. Windows color (decimal): -9669352 or 1602924. OLE color: 1602924.

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

Color convert

RGB10811724-
CMYK0.0800.790.54
HSL65.81º65.96%27.65%-
HSV(B)65.81º79.49%45.88%-
XYZ12.7115.983.28-
YUV103.7183.02131.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.37%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=43.37%
G=46.99%
B=9.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108117240.0800.790.5465.8165.9627.65
Hex6C7518804F3642421c
Octal154165301001176610210234
Binary11011001110101110001000010011111101101000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,24); }

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

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

 a { background-color: rgb(108,117,24); }

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

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

 span { border-color: rgb(108,117,24); }

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