#6B771A

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

Shades of Fiji Green #6B771A

Tints of Fiji Green #6B771A

Color information

#6B771A (or 0x6B771A) is unknown color: approx Fiji Green. HEX triplet: 6B, 77 and 1A. RGB value is (107,119,26). Sum of RGB (Red+Green+Blue) = 107+119+26=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #6B771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B771A is #9488E5. Grayscale: #696969. Windows color (decimal): -9734374 or 1734507. OLE color: 1734507.

HSL color Cylindrical-coordinate representation of color #6B771A: hue angle of 67.74º 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 #6B771A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB10711926-
CMYK0.1000.780.53
HSL67.74º64.14%28.43%-
HSV(B)67.74º78.15%46.67%-
XYZ12.8516.393.46-
YUV104.8183.52129.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.46%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=42.46%
G=47.22%
B=10.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119260.1000.780.5367.7464.1428.43
Hex6B771AA04E3544401c
Octal153167321201166510410034
Binary11010111110111110101010010011101101011000100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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