#6B7220

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

Shades of Fiji Green #6B7220

Tints of Fiji Green #6B7220

Color information

#6B7220 (or 0x6B7220) is unknown color: approx Fiji Green. HEX triplet: 6B, 72 and 20. RGB value is (107,114,32). Sum of RGB (Red+Green+Blue) = 107+114+32=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7220 is #948DDF. Grayscale: #666666. Windows color (decimal): -9735648 or 2126443. OLE color: 2126443.

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

Color convert

RGB10711432-
CMYK0.0600.720.55
HSL65.12º56.16%28.63%-
HSV(B)65.12º71.93%44.71%-
XYZ12.3415.263.66-
YUV102.5688.18131.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.29%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=42.29%
G=45.06%
B=12.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107114320.0600.720.5565.1256.1628.63
Hex6B722060483741381d
Octal1531624060110671017035
Binary1101011111001010000011001001000110111100000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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