#6A6914

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

Shades of Fiji Green #6A6914

Tints of Fiji Green #6A6914

Color information

#6A6914 (or 0x6A6914) is unknown color: approx Fiji Green. HEX triplet: 6A, 69 and 14. RGB value is (106,105,20). Sum of RGB (Red+Green+Blue) = 106+105+20=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6914 is #9596EB. Grayscale: #5F5F5F. Windows color (decimal): -9803500 or 1337706. OLE color: 1337706.

HSL color Cylindrical-coordinate representation of color #6A6914: hue angle of 59.3º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A6914 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB10610520-
CMYK00.010.810.58
HSL59.3º68.25%24.71%-
HSV(B)59.3º81.13%41.57%-
XYZ11.1213.222.63-
YUV95.6185.33135.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=45.89%
G=45.45%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061052000.010.810.5859.368.2524.71
Hex6A691401513A3b4419
Octal1521512401121727310431
Binary1101010110100110100011010001111010111011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,105,20); }

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

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

 a { background-color: rgb(106,105,20); }

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

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

 span { border-color: rgb(106,105,20); }

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