#6F7610

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

Shades of Fiji Green #6F7610

Tints of Fiji Green #6F7610

Color information

#6F7610 (or 0x6F7610) is unknown color: approx Fiji Green. HEX triplet: 6F, 76 and 10. RGB value is (111,118,16). Sum of RGB (Red+Green+Blue) = 111+118+16=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7610 is #9089EF. Grayscale: #686868. Windows color (decimal): -9472496 or 1078895. OLE color: 1078895.

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

Color convert

RGB11111816-
CMYK0.0600.860.54
HSL64.12º76.12%26.27%-
HSV(B)64.12º86.44%46.27%-
XYZ13.1316.372.96-
YUV104.2878.18132.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=45.31%
G=48.16%
B=6.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111118160.0600.860.5464.1276.1226.27
Hex6F7610605636404c1a
Octal15716620601266610011432
Binary1101111111011010000110010101101101101000000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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