#6F7211

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

Shades of Fiji Green #6F7211

Tints of Fiji Green #6F7211

Color information

#6F7211 (or 0x6F7211) is unknown color: approx Fiji Green. HEX triplet: 6F, 72 and 11. RGB value is (111,114,17). Sum of RGB (Red+Green+Blue) = 111+114+17=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7211 is #908DEE. Grayscale: #666666. Windows color (decimal): -9473519 or 1143407. OLE color: 1143407.

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

Color convert

RGB11111417-
CMYK0.0300.850.55
HSL61.86º74.05%25.69%-
HSV(B)61.86º85.09%44.71%-
XYZ12.6715.452.85-
YUV102.0480.01134.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=45.87%
G=47.11%
B=7.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114170.0300.850.5561.8674.0525.69
Hex6F72113055373e4a1a
Octal1571622130125677611232
Binary11011111110010100011101010101110111111110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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