#6A6915

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

Shades of Fiji Green #6A6915

Tints of Fiji Green #6A6915

Color information

#6A6915 (or 0x6A6915) is unknown color: approx Fiji Green. HEX triplet: 6A, 69 and 15. RGB value is (106,105,21). Sum of RGB (Red+Green+Blue) = 106+105+21=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6915 is #9596EA. Grayscale: #606060. Windows color (decimal): -9803499 or 1403242. OLE color: 1403242.

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

Color convert

RGB10610521-
CMYK00.010.800.58
HSL59.29º66.93%24.9%-
HSV(B)59.29º80.19%41.57%-
XYZ11.1313.222.67-
YUV95.7285.83135.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.69%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 21 (8.59% from 255) = 9.05%
R=45.69%
G=45.26%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061052100.010.800.5859.2966.9324.9
Hex6A691501503A3b4319
Octal1521512501120727310331
Binary1101010110100110101011010000111010111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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