#6E720F

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

Shades of Fiji Green #6E720F

Tints of Fiji Green #6E720F

Color information

#6E720F (or 0x6E720F) is unknown color: approx Fiji Green. HEX triplet: 6E, 72 and 0F. RGB value is (110,114,15). Sum of RGB (Red+Green+Blue) = 110+114+15=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #6E720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E720F is #918DF0. Grayscale: #656565. Windows color (decimal): -9539057 or 1012334. OLE color: 1012334.

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

Color convert

RGB11011415-
CMYK0.0400.870.55
HSL62.42º76.74%25.29%-
HSV(B)62.42º86.84%44.71%-
XYZ12.5315.382.76-
YUV101.5279.17134.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.03%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=46.03%
G=47.70%
B=6.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110114150.0400.870.5562.4276.7425.29
Hex6E72F4057373e4d19
Octal1561621740127677611531
Binary11011101110010111110001010111110111111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,114,15); }

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

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

 a { background-color: rgb(110,114,15); }

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

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

 span { border-color: rgb(110,114,15); }

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