Html Css Color HEX #6A771F Fiji Green

📋 copy color: '#6A771F'

red 106 ◦ green 119 ◦ blue 31

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

Shades of Fiji Green #6A771F

Tints of Fiji Green #6A771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 41.41%
G = 46.48%
B = 12.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#6A771F (or 0x6A771F) is known color: Fiji Green. HEX triplet: 6A, 77 and 1F. RGB value is (106,119,31). Sum of RGB (Red+Green+Blue) = 106+119+31=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #6A771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A771F is #9588E0. Grayscale: #696969. Windows color (decimal): -9799905 or 2062186. OLE color: 2062186.

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

Color convert

RGB 106 119 31 -
CMYK 0.11 0 0.74 0.53
HSL 68.86º 0.59% 0.29% -
HSV(B) 68.86º 0.74% 0.47% -
XYZ 12.79 16.36 3.78 -
YUV 105.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 106 119 31 0.11 0 0.74 0.53 68.86 0.59 0.29
Hex 6A 77 1F B 0 4A 35 45 3B 1D
Octal 152 167 37 13 0 112 65 105 73 35
Binary 1101010 1110111 11111 1011 0 1001010 110101 1000101 111011 11101

Color Harmonies of #6A771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A771F

Black with #6A771F

Text Example


Text Example

White with #6A771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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