Html Css Color HEX #6AAA6F Fern

📋 copy color: '#6AAA6F'

red 106 ◦ green 170 ◦ blue 111

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

Shades of Fern #6AAA6F

Tints of Fern #6AAA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 27.39%
G = 43.93%
B = 28.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#6AAA6F (or 0x6AAA6F) is known color: Fern. HEX triplet: 6A, AA and 6F. RGB value is (106,170,111). Sum of RGB (Red+Green+Blue) = 106+170+111=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA6F is #955590. Grayscale: #909090. Windows color (decimal): -9786769 or 7318122. OLE color: 7318122.

HSL color Cylindrical-coordinate representation of color #6AAA6F: hue angle of 124.69º 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 #6AAA6F is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 111 -
CMYK 0.38 0 0.35 0.33
HSL 124.69º 0.27% 0.54% -
HSV(B) 124.69º 0.38% 0.67% -
XYZ 23.19 32.96 20.18 -
YUV 144.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 106 170 111 0.38 0 0.35 0.33 124.69 0.27 0.54
Hex 6A AA 6F 26 0 23 21 7D 1B 36
Octal 152 252 157 46 0 43 41 175 33 66
Binary 1101010 10101010 1101111 100110 0 100011 100001 1111101 11011 110110

Color Harmonies of #6AAA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA6F

Black with #6AAA6F

Text Example


Text Example

White with #6AAA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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