#6E7610

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

Shades of Fiji Green #6E7610

Tints of Fiji Green #6E7610

Color information

#6E7610 (or 0x6E7610) is unknown color: approx Fiji Green. HEX triplet: 6E, 76 and 10. RGB value is (110,118,16). Sum of RGB (Red+Green+Blue) = 110+118+16=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7610 is #9189EF. Grayscale: #686868. Windows color (decimal): -9538032 or 1078894. OLE color: 1078894.

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

Color convert

RGB11011816-
CMYK0.0700.860.54
HSL64.71º76.12%26.27%-
HSV(B)64.71º86.44%46.27%-
XYZ1316.312.95-
YUV103.9878.35132.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.08%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=45.08%
G=48.36%
B=6.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110118160.0700.860.5464.7176.1226.27
Hex6E7610705636414c1a
Octal15616620701266610111432
Binary1101110111011010000111010101101101101000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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