#6A7712

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

Shades of Fiji Green #6A7712

Tints of Fiji Green #6A7712

Color information

#6A7712 (or 0x6A7712) is unknown color: approx Fiji Green. HEX triplet: 6A, 77 and 12. RGB value is (106,119,18). Sum of RGB (Red+Green+Blue) = 106+119+18=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7712 is #9588ED. Grayscale: #676767. Windows color (decimal): -9799918 or 1210218. OLE color: 1210218.

HSL color Cylindrical-coordinate representation of color #6A7712: hue angle of 67.72º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A7712 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB10611918-
CMYK0.1100.850.53
HSL67.72º73.72%26.86%-
HSV(B)67.72º84.87%46.67%-
XYZ12.6516.33.05-
YUV103.679.69129.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.62%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=43.62%
G=48.97%
B=7.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119180.1100.850.5367.7273.7226.86
Hex6A7712B05535444a1b
Octal152167221301256510411233
Binary11010101110111100101011010101011101011000100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,119,18); }

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

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

 a { background-color: rgb(106,119,18); }

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

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

 span { border-color: rgb(106,119,18); }

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