Html Css Color HEX #6B7120 Fiji Green

📋 copy color: '#6B7120'

red 107 ◦ green 113 ◦ blue 32

#6B7120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #6B7120

Tints of Fiji Green #6B7120

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.7%

R = 42.46%
G = 44.84%
B = 12.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6B7120 (or 0x6B7120) is known color: 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

RGB 107 113 32 -
CMYK 0.05 0 0.72 0.56
HSL 64.44º 0.56% 0.28% -
HSV(B) 64.44º 0.72% 0.44% -
XYZ 12.23 15.04 3.63 -
YUV 101.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 107 113 32 0.05 0 0.72 0.56 64.44 0.56 0.28
Hex 6B 71 20 5 0 48 38 40 38 1C
Octal 153 161 40 5 0 110 70 100 70 34
Binary 1101011 1110001 100000 101 0 1001000 111000 1000000 111000 11100

Color Harmonies of #6B7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7120

Black with #6B7120

Text Example


Text Example

White with #6B7120

Text Example


Text Example

HTML Codes & Css Web 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>