#6B7216

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

Shades of Fiji Green #6B7216

Tints of Fiji Green #6B7216

Color information

#6B7216 (or 0x6B7216) is unknown color: approx Fiji Green. HEX triplet: 6B, 72 and 16. RGB value is (107,114,22). Sum of RGB (Red+Green+Blue) = 107+114+22=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7216 is #948DE9. Grayscale: #656565. Windows color (decimal): -9735658 or 1471083. OLE color: 1471083.

HSL color Cylindrical-coordinate representation of color #6B7216: hue angle of 64.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B7216 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB10711422-
CMYK0.0600.810.55
HSL64.57º67.65%26.67%-
HSV(B)64.57º80.7%44.71%-
XYZ12.2315.223.05-
YUV101.4283.18131.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 22 (8.98% from 255) = 9.05%
R=44.03%
G=46.91%
B=9.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107114220.0600.810.5564.5767.6526.67
Hex6B721660513741441b
Octal15316226601216710110433
Binary1101011111001010110110010100011101111000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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