Html Css Color HEX #6A771C Fiji Green

📋 copy color: '#6A771C'

red 106 ◦ green 119 ◦ blue 28

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

Shades of Fiji Green #6A771C

Tints of Fiji Green #6A771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 41.9%
G = 47.04%
B = 11.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#6A771C (or 0x6A771C) is known color: Fiji Green. HEX triplet: 6A, 77 and 1C. RGB value is (106,119,28). Sum of RGB (Red+Green+Blue) = 106+119+28=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #6A771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A771C is #9588E3. Grayscale: #696969. Windows color (decimal): -9799908 or 1865578. OLE color: 1865578.

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

Color convert

RGB 106 119 28 -
CMYK 0.11 0 0.76 0.53
HSL 68.57º 0.62% 0.29% -
HSV(B) 68.57º 0.76% 0.47% -
XYZ 12.75 16.34 3.58 -
YUV 104.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 106 119 28 0.11 0 0.76 0.53 68.57 0.62 0.29
Hex 6A 77 1C B 0 4C 35 45 3E 1D
Octal 152 167 34 13 0 114 65 105 76 35
Binary 1101010 1110111 11100 1011 0 1001100 110101 1000101 111110 11101

Color Harmonies of #6A771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A771C

Black with #6A771C

Text Example


Text Example

White with #6A771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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