#6B7120

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

Shades of Fiji Green #6B7120

Tints of Fiji Green #6B7120

Color information

#6B7120 (or 0x6B7120) is unknown color: approx Fiji Green. HEX triplet: 6B, 71 and 20. RGB value is (107,113,32). Sum of RGB (Red+Green+Blue) = 107+113+32=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7120 is #948EDF. Grayscale: #666666. Windows color (decimal): -9735904 or 2126187. OLE color: 2126187.

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

Color convert

RGB10711332-
CMYK0.0500.720.56
HSL64.44º55.86%28.43%-
HSV(B)64.44º71.68%44.31%-
XYZ12.2315.043.63-
YUV101.9788.51131.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.46%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=42.46%
G=44.84%
B=12.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107113320.0500.720.5664.4455.8628.43
Hex6B712050483840381c
Octal1531614050110701007034
Binary1101011111000110000010101001000111000100000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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