Html Css Color HEX #6ABA7D Fern

📋 copy color: '#6ABA7D'

red 106 ◦ green 186 ◦ blue 125

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

Shades of Fern #6ABA7D

Tints of Fern #6ABA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 25.42%
G = 44.6%
B = 29.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#6ABA7D (or 0x6ABA7D) is known color: Fern. HEX triplet: 6A, BA and 7D. RGB value is (106,186,125). Sum of RGB (Red+Green+Blue) = 106+186+125=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABA7D is #954582. Grayscale: #9B9B9B. Windows color (decimal): -9782659 or 8239722. OLE color: 8239722.

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

Color convert

RGB 106 186 125 -
CMYK 0.43 0 0.33 0.27
HSL 134.25º 0.37% 0.57% -
HSV(B) 134.25º 0.43% 0.73% -
XYZ 27.2 39.66 25.62 -
YUV 155.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 106 186 125 0.43 0 0.33 0.27 134.25 0.37 0.57
Hex 6A BA 7D 2B 0 21 1B 86 25 39
Octal 152 272 175 53 0 41 33 206 45 71
Binary 1101010 10111010 1111101 101011 0 100001 11011 10000110 100101 111001

Color Harmonies of #6ABA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABA7D

Black with #6ABA7D

Text Example


Text Example

White with #6ABA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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