Html Css Color HEX #6AAA6E Fern

📋 copy color: '#6AAA6E'

red 106 ◦ green 170 ◦ blue 110

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

Shades of Fern #6AAA6E

Tints of Fern #6AAA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 27.46%
G = 44.04%
B = 28.5%

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

#6AAA6E (or 0x6AAA6E) is known color: Fern. HEX triplet: 6A, AA and 6E. RGB value is (106,170,110). Sum of RGB (Red+Green+Blue) = 106+170+110=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA6E is #955591. Grayscale: #909090. Windows color (decimal): -9786770 or 7252586. OLE color: 7252586.

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

Color convert

RGB 106 170 110 -
CMYK 0.38 0 0.35 0.33
HSL 123.75º 0.27% 0.54% -
HSV(B) 123.75º 0.38% 0.67% -
XYZ 23.13 32.94 19.89 -
YUV 144.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 106 170 110 0.38 0 0.35 0.33 123.75 0.27 0.54
Hex 6A AA 6E 26 0 23 21 7C 1B 36
Octal 152 252 156 46 0 43 41 174 33 66
Binary 1101010 10101010 1101110 100110 0 100011 100001 1111100 11011 110110

Color Harmonies of #6AAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA6E

Black with #6AAA6E

Text Example


Text Example

White with #6AAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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