Html Css Color HEX #6AAA71 Fern

📋 copy color: '#6AAA71'

red 106 ◦ green 170 ◦ blue 113

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

Shades of Fern #6AAA71

Tints of Fern #6AAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 27.25%
G = 43.7%
B = 29.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#6AAA71 (or 0x6AAA71) is known color: Fern. HEX triplet: 6A, AA and 71. RGB value is (106,170,113). Sum of RGB (Red+Green+Blue) = 106+170+113=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA71 is #95558E. Grayscale: #909090. Windows color (decimal): -9786767 or 7449194. OLE color: 7449194.

HSL color Cylindrical-coordinate representation of color #6AAA71: hue angle of 126.56º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA71 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 113 -
CMYK 0.38 0 0.34 0.33
HSL 126.56º 0.27% 0.54% -
HSV(B) 126.56º 0.38% 0.67% -
XYZ 23.3 33.01 20.77 -
YUV 144.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 106 170 113 0.38 0 0.34 0.33 126.56 0.27 0.54
Hex 6A AA 71 26 0 22 21 7F 1B 36
Octal 152 252 161 46 0 42 41 177 33 66
Binary 1101010 10101010 1110001 100110 0 100010 100001 1111111 11011 110110

Color Harmonies of #6AAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA71

Black with #6AAA71

Text Example


Text Example

White with #6AAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,113); }

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

background-color css

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

 a { background-color: rgb(106,170,113); }

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

border-color css

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

 span { border-color: rgb(106,170,113); }

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