Html Css Color HEX #6A791F Fiji Green

📋 copy color: '#6A791F'

red 106 ◦ green 121 ◦ blue 31

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

Shades of Fiji Green #6A791F

Tints of Fiji Green #6A791F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 41.09%
G = 46.9%
B = 12.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#6A791F (or 0x6A791F) is known color: Fiji Green. HEX triplet: 6A, 79 and 1F. RGB value is (106,121,31). Sum of RGB (Red+Green+Blue) = 106+121+31=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #6A791F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A791F is #9586E0. Grayscale: #6A6A6A. Windows color (decimal): -9799393 or 2062698. OLE color: 2062698.

HSL color Cylindrical-coordinate representation of color #6A791F: hue angle of 70º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A791F is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 121 31 -
CMYK 0.12 0 0.74 0.53
HSL 70º 0.59% 0.3% -
HSV(B) 70º 0.74% 0.47% -
XYZ 13.03 16.84 3.86 -
YUV 106.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 106 121 31 0.12 0 0.74 0.53 70 0.59 0.3
Hex 6A 79 1F C 0 4A 35 46 3B 1E
Octal 152 171 37 14 0 112 65 106 73 36
Binary 1101010 1111001 11111 1100 0 1001010 110101 1000110 111011 11110

Color Harmonies of #6A791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A791F

Black with #6A791F

Text Example


Text Example

White with #6A791F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,121,31); }

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

background-color css

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

 a { background-color: rgb(106,121,31); }

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

border-color css

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

 span { border-color: rgb(106,121,31); }

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