Html Css Color HEX #6AAA6A Fern

📋 copy color: '#6AAA6A'

red 106 ◦ green 170 ◦ blue 106

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

Shades of Fern #6AAA6A

Tints of Fern #6AAA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 27.75%
G = 44.5%
B = 27.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#6AAA6A (or 0x6AAA6A) is known color: Fern. HEX triplet: 6A, AA and 6A. RGB value is (106,170,106). Sum of RGB (Red+Green+Blue) = 106+170+106=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA6A is #955595. Grayscale: #8F8F8F. Windows color (decimal): -9786774 or 6990442. OLE color: 6990442.

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

Color convert

RGB 106 170 106 -
CMYK 0.38 0 0.38 0.33
HSL 120º 0.27% 0.54% -
HSV(B) 120º 0.38% 0.67% -
XYZ 22.92 32.85 18.77 -
YUV 143.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 106 170 106 0.38 0 0.38 0.33 120 0.27 0.54
Hex 6A AA 6A 26 0 26 21 78 1B 36
Octal 152 252 152 46 0 46 41 170 33 66
Binary 1101010 10101010 1101010 100110 0 100110 100001 1111000 11011 110110

Color Harmonies of #6AAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA6A

Black with #6AAA6A

Text Example


Text Example

White with #6AAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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