#6F7210

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

Shades of Fiji Green #6F7210

Tints of Fiji Green #6F7210

Color information

#6F7210 (or 0x6F7210) is unknown color: approx Fiji Green. HEX triplet: 6F, 72 and 10. RGB value is (111,114,16). Sum of RGB (Red+Green+Blue) = 111+114+16=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7210 is #908DEF. Grayscale: #666666. Windows color (decimal): -9473520 or 1077871. OLE color: 1077871.

HSL color Cylindrical-coordinate representation of color #6F7210: hue angle of 61.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F7210 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB11111416-
CMYK0.0300.860.55
HSL61.84º75.38%25.49%-
HSV(B)61.84º85.96%44.71%-
XYZ12.6715.452.81-
YUV101.9379.51134.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 16 (6.64% from 255) = 6.64%
R=46.06%
G=47.30%
B=6.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114160.0300.860.5561.8475.3825.49
Hex6F72103056373e4b19
Octal1571622030126677611331
Binary11011111110010100001101010110110111111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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