#6B710D

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

Shades of Fiji Green #6B710D

Tints of Fiji Green #6B710D

Color information

#6B710D (or 0x6B710D) is unknown color: approx Fiji Green. HEX triplet: 6B, 71 and 0D. RGB value is (107,113,13). Sum of RGB (Red+Green+Blue) = 107+113+13=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #6B710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B710D is #948EF2. Grayscale: #646464. Windows color (decimal): -9735923 or 881003. OLE color: 881003.

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

Color convert

RGB10711313-
CMYK0.0500.880.56
HSL63.6º79.37%24.71%-
HSV(B)63.6º88.5%44.31%-
XYZ12.0414.972.63-
YUV99.8179.01133.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=45.92%
G=48.50%
B=5.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107113130.0500.880.5663.679.3724.71
Hex6B71D505838404f19
Octal15316115501307010011731
Binary110101111100011101101010110001110001000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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