#6A7518

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

Shades of Fiji Green #6A7518

Tints of Fiji Green #6A7518

Color information

#6A7518 (or 0x6A7518) is unknown color: approx Fiji Green. HEX triplet: 6A, 75 and 18. RGB value is (106,117,24). Sum of RGB (Red+Green+Blue) = 106+117+24=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7518 is #958AE7. Grayscale: #676767. Windows color (decimal): -9800424 or 1602922. OLE color: 1602922.

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

Color convert

RGB10611724-
CMYK0.0900.790.54
HSL67.1º65.96%27.65%-
HSV(B)67.1º79.49%45.88%-
XYZ12.4715.853.27-
YUV103.1183.36130.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=42.91%
G=47.37%
B=9.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117240.0900.790.5467.165.9627.65
Hex6A7518904F3643421c
Octal152165301101176610310234
Binary11010101110101110001001010011111101101000011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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