#6c7811

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

Shades of Fiji Green #6C7811

Tints of Fiji Green #6C7811

Color information

#6C7811 (or 0x6C7811) is unknown color: approx Fiji Green. HEX triplet: 6C, 78 and 11. RGB value is (108,120,17). Sum of RGB (Red+Green+Blue) = 108+120+17=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7811 is #9387EE. Grayscale: #696969. Windows color (decimal): -9668591 or 1144940. OLE color: 1144940.

HSL color Cylindrical-coordinate representation of color #6C7811: hue angle of 66.99º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C7811 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB10812017-
CMYK0.1000.860.53
HSL66.99º75.18%26.86%-
HSV(B)66.99º85.83%47.06%-
XYZ1316.663.06-
YUV104.6778.52130.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=44.08%
G=48.98%
B=6.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108120170.1000.860.5366.9975.1826.86
Hex6C7811A05635434b1b
Octal154170211201266510311333
Binary11011001111000100011010010101101101011000011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c7811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,120,17); }

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

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

 a { background-color: rgb(108,120,17); }

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

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

 span { border-color: rgb(108,120,17); }

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