Html Css Color HEX #6AB27C Fern

📋 copy color: '#6AB27C'

red 106 ◦ green 178 ◦ blue 124

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

Shades of Fern #6AB27C

Tints of Fern #6AB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.63%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 25.98%
G = 43.63%
B = 30.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#6AB27C (or 0x6AB27C) is known color: Fern. HEX triplet: 6A, B2 and 7C. RGB value is (106,178,124). Sum of RGB (Red+Green+Blue) = 106+178+124=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB27C is #954D83. Grayscale: #969696. Windows color (decimal): -9784708 or 8172138. OLE color: 8172138.

HSL color Cylindrical-coordinate representation of color #6AB27C: hue angle of 135º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB27C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 178 124 -
CMYK 0.40 0 0.30 0.30
HSL 135º 0.32% 0.56% -
HSV(B) 135º 0.4% 0.7% -
XYZ 25.5 36.36 24.74 -
YUV 150.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 106 178 124 0.40 0 0.30 0.30 135 0.32 0.56
Hex 6A B2 7C 28 0 1E 1E 87 20 38
Octal 152 262 174 50 0 36 36 207 40 70
Binary 1101010 10110010 1111100 101000 0 11110 11110 10000111 100000 111000

Color Harmonies of #6AB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB27C

Black with #6AB27C

Text Example


Text Example

White with #6AB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,178,124); }

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

background-color css

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

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

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

border-color css

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

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

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