#6A7510

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

Shades of Fiji Green #6A7510

Tints of Fiji Green #6A7510

Color information

#6A7510 (or 0x6A7510) is unknown color: approx Fiji Green. HEX triplet: 6A, 75 and 10. RGB value is (106,117,16). Sum of RGB (Red+Green+Blue) = 106+117+16=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7510 is #958AEF. Grayscale: #666666. Windows color (decimal): -9800432 or 1078634. OLE color: 1078634.

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

Color convert

RGB10611716-
CMYK0.0900.860.54
HSL66.53º75.94%26.08%-
HSV(B)66.53º86.32%45.88%-
XYZ12.415.822.89-
YUV102.279.36130.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=44.35%
G=48.95%
B=6.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117160.0900.860.5466.5375.9426.08
Hex6A7510905636434c1a
Octal152165201101266610311432
Binary11010101110101100001001010101101101101000011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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