Html Css Color HEX #6A7620 Fiji Green

📋 copy color: '#6A7620'

red 106 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #6A7620

Tints of Fiji Green #6A7620

RGB

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

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

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

R = 41.41%
G = 46.09%
B = 12.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#6A7620 (or 0x6A7620) is known color: Fiji Green. HEX triplet: 6A, 76 and 20. RGB value is (106,118,32). Sum of RGB (Red+Green+Blue) = 106+118+32=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7620 is #9589DF. Grayscale: #686868. Windows color (decimal): -9800160 or 2127466. OLE color: 2127466.

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

Color convert

RGB 106 118 32 -
CMYK 0.10 0 0.73 0.54
HSL 68.37º 0.57% 0.29% -
HSV(B) 68.37º 0.73% 0.46% -
XYZ 12.68 16.13 3.81 -
YUV 104.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 106 118 32 0.10 0 0.73 0.54 68.37 0.57 0.29
Hex 6A 76 20 A 0 49 36 44 39 1D
Octal 152 166 40 12 0 111 66 104 71 35
Binary 1101010 1110110 100000 1010 0 1001001 110110 1000100 111001 11101

Color Harmonies of #6A7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7620

Black with #6A7620

Text Example


Text Example

White with #6A7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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