#6A6F1D

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

Shades of Fiji Green #6A6F1D

Tints of Fiji Green #6A6F1D

Color information

#6A6F1D (or 0x6A6F1D) is unknown color: approx Fiji Green. HEX triplet: 6A, 6F and 1D. RGB value is (106,111,29). Sum of RGB (Red+Green+Blue) = 106+111+29=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #6A6F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6F1D is #9590E2. Grayscale: #646464. Windows color (decimal): -9801955 or 1929066. OLE color: 1929066.

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

Color convert

RGB10611129-
CMYK0.0500.740.56
HSL63.66º58.57%27.45%-
HSV(B)63.66º73.87%43.53%-
XYZ11.8514.523.34-
YUV100.1687.84132.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=43.09%
G=45.12%
B=11.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106111290.0500.740.5663.6658.5727.45
Hex6A6F1D504A38403b1b
Octal1521573550112701007333
Binary110101011011111110110101001010111000100000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,111,29); }

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

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

 a { background-color: rgb(106,111,29); }

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

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

 span { border-color: rgb(106,111,29); }

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