#6B711F

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

Shades of Fiji Green #6B711F

Tints of Fiji Green #6B711F

Color information

#6B711F (or 0x6B711F) is unknown color: approx Fiji Green. HEX triplet: 6B, 71 and 1F. RGB value is (107,113,31). Sum of RGB (Red+Green+Blue) = 107+113+31=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #6B711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B711F is #948EE0. Grayscale: #666666. Windows color (decimal): -9735905 or 2060651. OLE color: 2060651.

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

Color convert

RGB10711331-
CMYK0.0500.730.56
HSL64.39º56.94%28.24%-
HSV(B)64.39º72.57%44.31%-
XYZ12.2215.033.55-
YUV101.8688.01131.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=42.63%
G=45.02%
B=12.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107113310.0500.730.5664.3956.9428.24
Hex6B711F50493840391c
Octal1531613750111701007134
Binary110101111100011111110101001001111000100000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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