#6A790E

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

Shades of Fiji Green #6A790E

Tints of Fiji Green #6A790E

Color information

#6A790E (or 0x6A790E) is unknown color: approx Fiji Green. HEX triplet: 6A, 79 and 0E. RGB value is (106,121,14). Sum of RGB (Red+Green+Blue) = 106+121+14=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #6A790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A790E is #9586F1. Grayscale: #686868. Windows color (decimal): -9799410 or 948586. OLE color: 948586.

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

Color convert

RGB10612114-
CMYK0.1200.880.53
HSL68.41º79.26%26.47%-
HSV(B)68.41º88.43%47.45%-
XYZ12.8616.772.97-
YUV104.3277.03129.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=43.98%
G=50.21%
B=5.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106121140.1200.880.5368.4179.2626.47
Hex6A79EC05835444f1a
Octal152171161401306510411732
Binary1101010111100111101100010110001101011000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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