#6E7515

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

Shades of Fiji Green #6E7515

Tints of Fiji Green #6E7515

Color information

#6E7515 (or 0x6E7515) is unknown color: approx Fiji Green. HEX triplet: 6E, 75 and 15. RGB value is (110,117,21). Sum of RGB (Red+Green+Blue) = 110+117+21=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7515 is #918AEA. Grayscale: #686868. Windows color (decimal): -9538283 or 1406318. OLE color: 1406318.

HSL color Cylindrical-coordinate representation of color #6E7515: hue angle of 64.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E7515 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB11011721-
CMYK0.0600.820.54
HSL64.38º69.57%27.06%-
HSV(B)64.38º82.05%45.88%-
XYZ12.9316.093.13-
YUV103.9681.18132.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.35%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=44.35%
G=47.18%
B=8.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110117210.0600.820.5464.3869.5727.06
Hex6E751560523640461b
Octal15616525601226610010633
Binary1101110111010110101110010100101101101000000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,117,21); }

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

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

 a { background-color: rgb(110,117,21); }

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

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

 span { border-color: rgb(110,117,21); }

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