#6C7C16

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

Shades of Fiji Green #6C7C16

Tints of Fiji Green #6C7C16

Color information

#6C7C16 (or 0x6C7C16) is unknown color: approx Fiji Green. HEX triplet: 6C, 7C and 16. RGB value is (108,124,22). Sum of RGB (Red+Green+Blue) = 108+124+22=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7C16 is #9383E9. Grayscale: #6B6B6B. Windows color (decimal): -9667562 or 1473644. OLE color: 1473644.

HSL color Cylindrical-coordinate representation of color #6C7C16: hue angle of 69.41º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C7C16 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB10812422-
CMYK0.1300.820.51
HSL69.41º69.86%28.63%-
HSV(B)69.41º82.26%48.63%-
XYZ13.5417.663.45-
YUV107.5979.7128.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.52%
GREEN value IS 124 (48.83% from 255) = 48.82%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=42.52%
G=48.82%
B=8.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108124220.1300.820.5169.4169.8628.63
Hex6C7C16D0523345461d
Octal154174261501226310510635
Binary11011001111100101101101010100101100111000101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,124,22); }

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

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

 a { background-color: rgb(108,124,22); }

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

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

 span { border-color: rgb(108,124,22); }

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