Html Css Color HEX #6B7420 Fiji Green

📋 copy color: '#6B7420'

red 107 ◦ green 116 ◦ blue 32

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

Shades of Fiji Green #6B7420

Tints of Fiji Green #6B7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 41.96%
G = 45.49%
B = 12.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#6B7420 (or 0x6B7420) is known color: Fiji Green. HEX triplet: 6B, 74 and 20. RGB value is (107,116,32). Sum of RGB (Red+Green+Blue) = 107+116+32=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7420 is #948BDF. Grayscale: #686868. Windows color (decimal): -9735136 or 2126955. OLE color: 2126955.

HSL color Cylindrical-coordinate representation of color #6B7420: hue angle of 66.43º degrees, saturation: 0.57, 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 #6B7420 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 32 -
CMYK 0.08 0 0.72 0.55
HSL 66.43º 0.57% 0.29% -
HSV(B) 66.43º 0.72% 0.45% -
XYZ 12.57 15.72 3.74 -
YUV 103.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 107 116 32 0.08 0 0.72 0.55 66.43 0.57 0.29
Hex 6B 74 20 8 0 48 37 42 39 1D
Octal 153 164 40 10 0 110 67 102 71 35
Binary 1101011 1110100 100000 1000 0 1001000 110111 1000010 111001 11101

Color Harmonies of #6B7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7420

Black with #6B7420

Text Example


Text Example

White with #6B7420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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