#6F7510

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

Shades of Fiji Green #6F7510

Tints of Fiji Green #6F7510

Color information

#6F7510 (or 0x6F7510) is unknown color: approx Fiji Green. HEX triplet: 6F, 75 and 10. RGB value is (111,117,16). Sum of RGB (Red+Green+Blue) = 111+117+16=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7510 is #908AEF. Grayscale: #686868. Windows color (decimal): -9472752 or 1078639. OLE color: 1078639.

HSL color Cylindrical-coordinate representation of color #6F7510: hue angle of 63.56º 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 #6F7510 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11111716-
CMYK0.0500.860.54
HSL63.56º75.94%26.08%-
HSV(B)63.56º86.32%45.88%-
XYZ13.0116.142.92-
YUV103.6978.51133.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=45.49%
G=47.95%
B=6.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117160.0500.860.5463.5675.9426.08
Hex6F7510505636404c1a
Octal15716520501266610011432
Binary1101111111010110000101010101101101101000000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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