Html Css Color HEX #6A7020 Fiji Green

📋 copy color: '#6A7020'

red 106 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #6A7020

Tints of Fiji Green #6A7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

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

R = 42.4%
G = 44.8%
B = 12.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6A7020 (or 0x6A7020) is known color: Fiji Green. HEX triplet: 6A, 70 and 20. RGB value is (106,112,32). Sum of RGB (Red+Green+Blue) = 106+112+32=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7020 is #958FDF. Grayscale: #656565. Windows color (decimal): -9801696 or 2125930. OLE color: 2125930.

HSL color Cylindrical-coordinate representation of color #6A7020: hue angle of 64.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A7020 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 112 32 -
CMYK 0.05 0 0.71 0.56
HSL 64.5º 0.56% 0.28% -
HSV(B) 64.5º 0.71% 0.44% -
XYZ 12 14.76 3.58 -
YUV 101.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 106 112 32 0.05 0 0.71 0.56 64.5 0.56 0.28
Hex 6A 70 20 5 0 47 38 40 38 1C
Octal 152 160 40 5 0 107 70 100 70 34
Binary 1101010 1110000 100000 101 0 1000111 111000 1000000 111000 11100

Color Harmonies of #6A7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7020

Black with #6A7020

Text Example


Text Example

White with #6A7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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