Html Css Color HEX #6ABA7A Fern

📋 copy color: '#6ABA7A'

red 106 ◦ green 186 ◦ blue 122

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

Shades of Fern #6ABA7A

Tints of Fern #6ABA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 25.6%
G = 44.93%
B = 29.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#6ABA7A (or 0x6ABA7A) is known color: Fern. HEX triplet: 6A, BA and 7A. RGB value is (106,186,122). Sum of RGB (Red+Green+Blue) = 106+186+122=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABA7A is #954585. Grayscale: #9A9A9A. Windows color (decimal): -9782662 or 8043114. OLE color: 8043114.

HSL color Cylindrical-coordinate representation of color #6ABA7A: hue angle of 132º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABA7A is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 122 -
CMYK 0.43 0 0.34 0.27
HSL 132º 0.37% 0.57% -
HSV(B) 132º 0.43% 0.73% -
XYZ 27.02 39.59 24.63 -
YUV 154.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 106 186 122 0.43 0 0.34 0.27 132 0.37 0.57
Hex 6A BA 7A 2B 0 22 1B 84 25 39
Octal 152 272 172 53 0 42 33 204 45 71
Binary 1101010 10111010 1111010 101011 0 100010 11011 10000100 100101 111001

Color Harmonies of #6ABA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABA7A

Black with #6ABA7A

Text Example


Text Example

White with #6ABA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,186,122); }

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

background-color css

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

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

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

border-color css

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

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

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