#6E7716

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

Shades of Fiji Green #6E7716

Tints of Fiji Green #6E7716

Color information

#6E7716 (or 0x6E7716) is unknown color: approx Fiji Green. HEX triplet: 6E, 77 and 16. RGB value is (110,119,22). Sum of RGB (Red+Green+Blue) = 110+119+22=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7716 is #9188E9. Grayscale: #696969. Windows color (decimal): -9537770 or 1472366. OLE color: 1472366.

HSL color Cylindrical-coordinate representation of color #6E7716: hue angle of 65.57º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E7716 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB11011922-
CMYK0.0800.820.53
HSL65.57º68.79%27.65%-
HSV(B)65.57º81.51%46.67%-
XYZ13.1716.573.26-
YUV105.2581.02131.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.82%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=43.82%
G=47.41%
B=8.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110119220.0800.820.5365.5768.7927.65
Hex6E771680523542451c
Octal156167261001226510210534
Binary11011101110111101101000010100101101011000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,119,22); }

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

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

 a { background-color: rgb(110,119,22); }

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

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

 span { border-color: rgb(110,119,22); }

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