#6B7713

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

Shades of Fiji Green #6B7713

Tints of Fiji Green #6B7713

Color information

#6B7713 (or 0x6B7713) is unknown color: approx Fiji Green. HEX triplet: 6B, 77 and 13. RGB value is (107,119,19). Sum of RGB (Red+Green+Blue) = 107+119+19=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7713 is #9488EC. Grayscale: #686868. Windows color (decimal): -9734381 or 1275755. OLE color: 1275755.

HSL color Cylindrical-coordinate representation of color #6B7713: hue angle of 67.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B7713 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB10711919-
CMYK0.1000.840.53
HSL67.2º72.46%27.06%-
HSV(B)67.2º84.03%46.67%-
XYZ12.7816.373.1-
YUV104.0180.02130.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.67%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=43.67%
G=48.57%
B=7.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119190.1000.840.5367.272.4627.06
Hex6B7713A0543543481b
Octal153167231201246510311033
Binary11010111110111100111010010101001101011000011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,19); }

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

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

 a { background-color: rgb(107,119,19); }

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

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

 span { border-color: rgb(107,119,19); }

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