#6A791A

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

Shades of Fiji Green #6A791A

Tints of Fiji Green #6A791A

Color information

#6A791A (or 0x6A791A) is unknown color: approx Fiji Green. HEX triplet: 6A, 79 and 1A. RGB value is (106,121,26). Sum of RGB (Red+Green+Blue) = 106+121+26=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #6A791A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A791A is #9586E5. Grayscale: #6A6A6A. Windows color (decimal): -9799398 or 1735018. OLE color: 1735018.

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

Color convert

RGB10612126-
CMYK0.1200.790.53
HSL69.47º64.63%28.82%-
HSV(B)69.47º78.51%47.45%-
XYZ12.9716.813.54-
YUV105.6883.03128.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.90%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=41.90%
G=47.83%
B=10.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106121260.1200.790.5369.4764.6328.82
Hex6A791AC04F3545411d
Octal152171321401176510510135
Binary11010101111001110101100010011111101011000101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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