#6B7616

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

Shades of Fiji Green #6B7616

Tints of Fiji Green #6B7616

Color information

#6B7616 (or 0x6B7616) is unknown color: approx Fiji Green. HEX triplet: 6B, 76 and 16. RGB value is (107,118,22). Sum of RGB (Red+Green+Blue) = 107+118+22=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7616 is #9489E9. Grayscale: #686868. Windows color (decimal): -9734634 or 1472107. OLE color: 1472107.

HSL color Cylindrical-coordinate representation of color #6B7616: hue angle of 66.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B7616 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB10711822-
CMYK0.0900.810.54
HSL66.88º68.57%27.45%-
HSV(B)66.88º81.36%46.27%-
XYZ12.6916.143.21-
YUV103.7781.86130.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=43.32%
G=47.77%
B=8.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118220.0900.810.5466.8868.5727.45
Hex6B761690513643451b
Octal153166261101216610310533
Binary11010111110110101101001010100011101101000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,22); }

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

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

 a { background-color: rgb(107,118,22); }

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

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

 span { border-color: rgb(107,118,22); }

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