#6E790E

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

Shades of Fiji Green #6E790E

Tints of Fiji Green #6E790E

Color information

#6E790E (or 0x6E790E) is unknown color: approx Fiji Green. HEX triplet: 6E, 79 and 0E. RGB value is (110,121,14). Sum of RGB (Red+Green+Blue) = 110+121+14=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #6E790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E790E is #9186F1. Grayscale: #696969. Windows color (decimal): -9537266 or 948590. OLE color: 948590.

HSL color Cylindrical-coordinate representation of color #6E790E: hue angle of 66.17º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E790E is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB11012114-
CMYK0.0900.880.53
HSL66.17º79.26%26.47%-
HSV(B)66.17º88.43%47.45%-
XYZ13.3517.023-
YUV105.5176.36131.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=44.90%
G=49.39%
B=5.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110121140.0900.880.5366.1779.2626.47
Hex6E79E905835424f1a
Octal156171161101306510211732
Binary1101110111100111101001010110001101011000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,14); }

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

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

 a { background-color: rgb(110,121,14); }

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

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

 span { border-color: rgb(110,121,14); }

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