Html Css Color HEX #6AC070 Fern

📋 copy color: '#6AC070'

red 106 ◦ green 192 ◦ blue 112

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

Shades of Fern #6AC070

Tints of Fern #6AC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 25.85%
G = 46.83%
B = 27.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#6AC070 (or 0x6AC070) is known color: Fern. HEX triplet: 6A, C0 and 70. RGB value is (106,192,112). Sum of RGB (Red+Green+Blue) = 106+192+112=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC070 is #953F8F. Grayscale: #9D9D9D. Windows color (decimal): -9781136 or 7389290. OLE color: 7389290.

HSL color Cylindrical-coordinate representation of color #6AC070: hue angle of 124.19º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC070 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 192 112 -
CMYK 0.45 0 0.42 0.25
HSL 124.19º 0.41% 0.58% -
HSV(B) 124.19º 0.45% 0.75% -
XYZ 27.72 41.93 21.96 -
YUV 157.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 106 192 112 0.45 0 0.42 0.25 124.19 0.41 0.58
Hex 6A C0 70 2D 0 2A 19 7C 29 3A
Octal 152 300 160 55 0 52 31 174 51 72
Binary 1101010 11000000 1110000 101101 0 101010 11001 1111100 101001 111010

Color Harmonies of #6AC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC070

Black with #6AC070

Text Example


Text Example

White with #6AC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,192,112); }

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

background-color css

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

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

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

border-color css

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

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

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