Html Css Color HEX #6A771A Fiji Green

📋 copy color: '#6A771A'

red 106 ◦ green 119 ◦ blue 26

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

Shades of Fiji Green #6A771A

Tints of Fiji Green #6A771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 42.23%
G = 47.41%
B = 10.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#6A771A (or 0x6A771A) is known color: Fiji Green. HEX triplet: 6A, 77 and 1A. RGB value is (106,119,26). Sum of RGB (Red+Green+Blue) = 106+119+26=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #6A771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A771A is #9588E5. Grayscale: #686868. Windows color (decimal): -9799910 or 1734506. OLE color: 1734506.

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

Color convert

RGB 106 119 26 -
CMYK 0.11 0 0.78 0.53
HSL 68.39º 0.64% 0.28% -
HSV(B) 68.39º 0.78% 0.47% -
XYZ 12.73 16.33 3.46 -
YUV 104.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 106 119 26 0.11 0 0.78 0.53 68.39 0.64 0.28
Hex 6A 77 1A B 0 4E 35 44 40 1C
Octal 152 167 32 13 0 116 65 104 100 34
Binary 1101010 1110111 11010 1011 0 1001110 110101 1000100 1000000 11100

Color Harmonies of #6A771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A771A

Black with #6A771A

Text Example


Text Example

White with #6A771A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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