Html Css Color HEX #6B7520 Fiji Green

📋 copy color: '#6B7520'

red 107 ◦ green 117 ◦ blue 32

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

Shades of Fiji Green #6B7520

Tints of Fiji Green #6B7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 41.8%
G = 45.7%
B = 12.5%

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

#6B7520 (or 0x6B7520) is known color: Fiji Green. HEX triplet: 6B, 75 and 20. RGB value is (107,117,32). Sum of RGB (Red+Green+Blue) = 107+117+32=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7520 is #948ADF. Grayscale: #686868. Windows color (decimal): -9734880 or 2127211. OLE color: 2127211.

HSL color Cylindrical-coordinate representation of color #6B7520: hue angle of 67.06º 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 #6B7520 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 117 32 -
CMYK 0.09 0 0.73 0.54
HSL 67.06º 0.57% 0.29% -
HSV(B) 67.06º 0.73% 0.46% -
XYZ 12.69 15.95 3.78 -
YUV 104.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 107 117 32 0.09 0 0.73 0.54 67.06 0.57 0.29
Hex 6B 75 20 9 0 49 36 43 39 1D
Octal 153 165 40 11 0 111 66 103 71 35
Binary 1101011 1110101 100000 1001 0 1001001 110110 1000011 111001 11101

Color Harmonies of #6B7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7520

Black with #6B7520

Text Example


Text Example

White with #6B7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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