Html Css Color HEX #6A7520 Fiji Green

📋 copy color: '#6A7520'

red 106 ◦ green 117 ◦ blue 32

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

Shades of Fiji Green #6A7520

Tints of Fiji Green #6A7520

RGB

 RED value IS 106 (41.8% from 255) = 41.57%

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

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

R = 41.57%
G = 45.88%
B = 12.55%

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

#6A7520 (or 0x6A7520) is known color: Fiji Green. HEX triplet: 6A, 75 and 20. RGB value is (106,117,32). Sum of RGB (Red+Green+Blue) = 106+117+32=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7520 is #958ADF. Grayscale: #686868. Windows color (decimal): -9800416 or 2127210. OLE color: 2127210.

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

Color convert

RGB 106 117 32 -
CMYK 0.09 0 0.73 0.54
HSL 67.76º 0.57% 0.29% -
HSV(B) 67.76º 0.73% 0.46% -
XYZ 12.57 15.89 3.77 -
YUV 104.02 87.36 129.41 -
System Red Green Blue C M Y K H S L
Decimal 106 117 32 0.09 0 0.73 0.54 67.76 0.57 0.29
Hex 6A 75 20 9 0 49 36 44 39 1D
Octal 152 165 40 11 0 111 66 104 71 35
Binary 1101010 1110101 100000 1001 0 1001001 110110 1000100 111001 11101

Color Harmonies of #6A7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7520

Black with #6A7520

Text Example


Text Example

White with #6A7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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