#6B7118

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

Shades of Fiji Green #6B7118

Tints of Fiji Green #6B7118

Color information

#6B7118 (or 0x6B7118) is unknown color: approx Fiji Green. HEX triplet: 6B, 71 and 18. RGB value is (107,113,24). Sum of RGB (Red+Green+Blue) = 107+113+24=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7118 is #948EE7. Grayscale: #656565. Windows color (decimal): -9735912 or 1601899. OLE color: 1601899.

HSL color Cylindrical-coordinate representation of color #6B7118: hue angle of 64.04º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B7118 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB10711324-
CMYK0.0500.790.56
HSL64.04º64.96%26.86%-
HSV(B)64.04º78.76%44.31%-
XYZ12.13153.12-
YUV101.0684.51132.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=43.85%
G=46.31%
B=9.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107113240.0500.790.5664.0464.9626.86
Hex6B7118504F3840411b
Octal15316130501177010010133
Binary1101011111000111000101010011111110001000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,113,24); }

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

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

 a { background-color: rgb(107,113,24); }

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

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

 span { border-color: rgb(107,113,24); }

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