Html Css Color HEX #6AC072 Fern

📋 copy color: '#6AC072'

red 106 ◦ green 192 ◦ blue 114

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

Shades of Fern #6AC072

Tints of Fern #6AC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 25.73%
G = 46.6%
B = 27.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#6AC072 (or 0x6AC072) is known color: Fern. HEX triplet: 6A, C0 and 72. RGB value is (106,192,114). Sum of RGB (Red+Green+Blue) = 106+192+114=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC072 is #953F8D. Grayscale: #9D9D9D. Windows color (decimal): -9781134 or 7520362. OLE color: 7520362.

HSL color Cylindrical-coordinate representation of color #6AC072: hue angle of 125.58º 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 #6AC072 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 192 114 -
CMYK 0.45 0 0.41 0.25
HSL 125.58º 0.41% 0.58% -
HSV(B) 125.58º 0.45% 0.75% -
XYZ 27.83 41.98 22.56 -
YUV 157.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 106 192 114 0.45 0 0.41 0.25 125.58 0.41 0.58
Hex 6A C0 72 2D 0 29 19 7E 29 3A
Octal 152 300 162 55 0 51 31 176 51 72
Binary 1101010 11000000 1110010 101101 0 101001 11001 1111110 101001 111010

Color Harmonies of #6AC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC072

Black with #6AC072

Text Example


Text Example

White with #6AC072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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