#6A7417

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

Shades of Fiji Green #6A7417

Tints of Fiji Green #6A7417

Color information

#6A7417 (or 0x6A7417) is unknown color: approx Fiji Green. HEX triplet: 6A, 74 and 17. RGB value is (106,116,23). Sum of RGB (Red+Green+Blue) = 106+116+23=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7417 is #958BE8. Grayscale: #666666. Windows color (decimal): -9800681 or 1537130. OLE color: 1537130.

HSL color Cylindrical-coordinate representation of color #6A7417: hue angle of 66.45º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A7417 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB10611623-
CMYK0.0900.800.55
HSL66.45º66.91%27.25%-
HSV(B)66.45º80.17%45.49%-
XYZ12.3415.623.17-
YUV102.4183.19130.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=43.27%
G=47.35%
B=9.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116230.0900.800.5566.4566.9127.25
Hex6A741790503742431b
Octal152164271101206710210333
Binary11010101110100101111001010100001101111000010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,23); }

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

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

 a { background-color: rgb(106,116,23); }

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

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

 span { border-color: rgb(106,116,23); }

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