Html Css Color HEX #6B7620 Fiji Green

📋 copy color: '#6B7620'

red 107 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #6B7620

Tints of Fiji Green #6B7620

RGB

 RED value IS 107 (42.19% from 255) = 41.63%

 GREEN value IS 118 (46.48% from 255) = 45.91%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 41.63%
G = 45.91%
B = 12.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#6B7620 (or 0x6B7620) is known color: Fiji Green. HEX triplet: 6B, 76 and 20. RGB value is (107,118,32). Sum of RGB (Red+Green+Blue) = 107+118+32=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7620 is #9489DF. Grayscale: #696969. Windows color (decimal): -9734624 or 2127467. OLE color: 2127467.

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

Color convert

RGB 107 118 32 -
CMYK 0.09 0 0.73 0.54
HSL 67.67º 0.57% 0.29% -
HSV(B) 67.67º 0.73% 0.46% -
XYZ 12.8 16.19 3.82 -
YUV 104.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 107 118 32 0.09 0 0.73 0.54 67.67 0.57 0.29
Hex 6B 76 20 9 0 49 36 44 39 1D
Octal 153 166 40 11 0 111 66 104 71 35
Binary 1101011 1110110 100000 1001 0 1001001 110110 1000100 111001 11101

Color Harmonies of #6B7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7620

Black with #6B7620

Text Example


Text Example

White with #6B7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B7620;
 }
 .AnyTagClassName
 {
   color: #6B7620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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