#6B7415

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

Shades of Fiji Green #6B7415

Tints of Fiji Green #6B7415

Color information

#6B7415 (or 0x6B7415) is unknown color: approx Fiji Green. HEX triplet: 6B, 74 and 15. RGB value is (107,116,21). Sum of RGB (Red+Green+Blue) = 107+116+21=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7415 is #948BEA. Grayscale: #666666. Windows color (decimal): -9735147 or 1406059. OLE color: 1406059.

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

Color convert

RGB10711621-
CMYK0.0800.820.55
HSL65.68º69.34%26.86%-
HSV(B)65.68º81.9%45.49%-
XYZ12.4415.673.08-
YUV102.4882.02131.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=43.85%
G=47.54%
B=8.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116210.0800.820.5565.6869.3426.86
Hex6B741580523742451b
Octal153164251001226710210533
Binary11010111110100101011000010100101101111000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,21); }

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

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

 a { background-color: rgb(107,116,21); }

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

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

 span { border-color: rgb(107,116,21); }

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