Html Css Color HEX #6AB060 Fern

📋 copy color: '#6AB060'

red 106 ◦ green 176 ◦ blue 96

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

Shades of Fern #6AB060

Tints of Fern #6AB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.56%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 28.04%
G = 46.56%
B = 25.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#6AB060 (or 0x6AB060) is known color: Fern. HEX triplet: 6A, B0 and 60. RGB value is (106,176,96). Sum of RGB (Red+Green+Blue) = 106+176+96=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB060 is #954F9F. Grayscale: #929292. Windows color (decimal): -9785248 or 6336618. OLE color: 6336618.

HSL color Cylindrical-coordinate representation of color #6AB060: hue angle of 112.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AB060 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 176 96 -
CMYK 0.40 0 0.45 0.31
HSL 112.5º 0.34% 0.53% -
HSV(B) 112.5º 0.45% 0.69% -
XYZ 23.58 34.96 16.57 -
YUV 145.95 99.81 99.5 -
System Red Green Blue C M Y K H S L
Decimal 106 176 96 0.40 0 0.45 0.31 112.5 0.34 0.53
Hex 6A B0 60 28 0 2D 1F 70 22 35
Octal 152 260 140 50 0 55 37 160 42 65
Binary 1101010 10110000 1100000 101000 0 101101 11111 1110000 100010 110101

Color Harmonies of #6AB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB060

Black with #6AB060

Text Example


Text Example

White with #6AB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,176,96); }

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

background-color css

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

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

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

border-color css

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

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

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