Html Css Color HEX #6A771D Fiji Green

📋 copy color: '#6A771D'

red 106 ◦ green 119 ◦ blue 29

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

Shades of Fiji Green #6A771D

Tints of Fiji Green #6A771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 41.73%
G = 46.85%
B = 11.42%

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

#6A771D (or 0x6A771D) is known color: Fiji Green. HEX triplet: 6A, 77 and 1D. RGB value is (106,119,29). Sum of RGB (Red+Green+Blue) = 106+119+29=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #6A771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A771D is #9588E2. Grayscale: #696969. Windows color (decimal): -9799907 or 1931114. OLE color: 1931114.

HSL color Cylindrical-coordinate representation of color #6A771D: hue angle of 68.67º degrees, saturation: 0.61, 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 #6A771D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 29 -
CMYK 0.11 0 0.76 0.53
HSL 68.67º 0.61% 0.29% -
HSV(B) 68.67º 0.76% 0.47% -
XYZ 12.76 16.35 3.64 -
YUV 104.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 106 119 29 0.11 0 0.76 0.53 68.67 0.61 0.29
Hex 6A 77 1D B 0 4C 35 45 3D 1D
Octal 152 167 35 13 0 114 65 105 75 35
Binary 1101010 1110111 11101 1011 0 1001100 110101 1000101 111101 11101

Color Harmonies of #6A771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A771D

Black with #6A771D

Text Example


Text Example

White with #6A771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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