#6C771A

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

Shades of Fiji Green #6C771A

Tints of Fiji Green #6C771A

Color information

#6C771A (or 0x6C771A) is unknown color: approx Fiji Green. HEX triplet: 6C, 77 and 1A. RGB value is (108,119,26). Sum of RGB (Red+Green+Blue) = 108+119+26=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #6C771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C771A is #9388E5. Grayscale: #696969. Windows color (decimal): -9668838 or 1734508. OLE color: 1734508.

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

Color convert

RGB10811926-
CMYK0.0900.780.53
HSL67.1º64.14%28.43%-
HSV(B)67.1º78.15%46.67%-
XYZ12.9716.463.47-
YUV105.1183.36130.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.69%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=42.69%
G=47.04%
B=10.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108119260.0900.780.5367.164.1428.43
Hex6C771A904E3543401c
Octal154167321101166510310034
Binary11011001110111110101001010011101101011000011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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