#6A7618

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

Shades of Fiji Green #6A7618

Tints of Fiji Green #6A7618

Color information

#6A7618 (or 0x6A7618) is unknown color: approx Fiji Green. HEX triplet: 6A, 76 and 18. RGB value is (106,118,24). Sum of RGB (Red+Green+Blue) = 106+118+24=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7618 is #9589E7. Grayscale: #686868. Windows color (decimal): -9800168 or 1603178. OLE color: 1603178.

HSL color Cylindrical-coordinate representation of color #6A7618: hue angle of 67.66º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A7618 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB10611824-
CMYK0.1000.800.54
HSL67.66º66.2%27.84%-
HSV(B)67.66º79.66%46.27%-
XYZ12.5916.093.31-
YUV103.783.02129.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=42.74%
G=47.58%
B=9.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106118240.1000.800.5467.6666.227.84
Hex6A7618A0503644421c
Octal152166301201206610410234
Binary11010101110110110001010010100001101101000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,24); }

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

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

 a { background-color: rgb(106,118,24); }

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

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

 span { border-color: rgb(106,118,24); }

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