#6C771C

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

Shades of Fiji Green #6C771C

Tints of Fiji Green #6C771C

Color information

#6C771C (or 0x6C771C) is unknown color: approx Fiji Green. HEX triplet: 6C, 77 and 1C. RGB value is (108,119,28). Sum of RGB (Red+Green+Blue) = 108+119+28=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #6C771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C771C is #9388E3. Grayscale: #696969. Windows color (decimal): -9668836 or 1865580. OLE color: 1865580.

HSL color Cylindrical-coordinate representation of color #6C771C: hue angle of 67.25º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C771C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB10811928-
CMYK0.0900.760.53
HSL67.25º61.9%28.82%-
HSV(B)67.25º76.47%46.67%-
XYZ12.9916.473.59-
YUV105.3484.36129.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=42.35%
G=46.67%
B=10.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108119280.0900.760.5367.2561.928.82
Hex6C771C904C35433e1d
Octal15416734110114651037635
Binary1101100111011111100100101001100110101100001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,28); }

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

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

 a { background-color: rgb(108,119,28); }

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

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

 span { border-color: rgb(108,119,28); }

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