#6A711A

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

Shades of Fiji Green #6A711A

Tints of Fiji Green #6A711A

Color information

#6A711A (or 0x6A711A) is unknown color: approx Fiji Green. HEX triplet: 6A, 71 and 1A. RGB value is (106,113,26). Sum of RGB (Red+Green+Blue) = 106+113+26=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #6A711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A711A is #958EE5. Grayscale: #656565. Windows color (decimal): -9801446 or 1732970. OLE color: 1732970.

HSL color Cylindrical-coordinate representation of color #6A711A: hue angle of 64.83º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A711A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB10611326-
CMYK0.0600.770.56
HSL64.83º62.59%27.25%-
HSV(B)64.83º76.99%44.31%-
XYZ12.0414.953.23-
YUV100.9985.68131.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=43.27%
G=46.12%
B=10.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113260.0600.770.5664.8362.5927.25
Hex6A711A604D38413f1b
Octal1521613260115701017733
Binary110101011100011101011001001101111000100000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,26); }

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

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

 a { background-color: rgb(106,113,26); }

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

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

 span { border-color: rgb(106,113,26); }

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