Html Css Color HEX #6FC972 Pastel Green

📋 copy color: '#6FC972'

red 111 ◦ green 201 ◦ blue 114

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

Shades of Pastel Green #6FC972

Tints of Pastel Green #6FC972

RGB

 RED value IS 111 (43.75% from 255) = 26.06%

 GREEN value IS 201 (78.91% from 255) = 47.18%

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

R = 26.06%
G = 47.18%
B = 26.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#6FC972 (or 0x6FC972) is known color: Pastel Green. HEX triplet: 6F, C9 and 72. RGB value is (111,201,114). Sum of RGB (Red+Green+Blue) = 111+201+114=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC972 is #90368D. Grayscale: #A4A4A4. Windows color (decimal): -9451150 or 7522671. OLE color: 7522671.

HSL color Cylindrical-coordinate representation of color #6FC972: hue angle of 122º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC972 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 201 114 -
CMYK 0.45 0 0.43 0.21
HSL 122º 0.45% 0.61% -
HSV(B) 122º 0.45% 0.79% -
XYZ 30.48 46.37 23.26 -
YUV 164.17 99.68 90.07 -
System Red Green Blue C M Y K H S L
Decimal 111 201 114 0.45 0 0.43 0.21 122 0.45 0.61
Hex 6F C9 72 2D 0 2B 15 7A 2D 3D
Octal 157 311 162 55 0 53 25 172 55 75
Binary 1101111 11001001 1110010 101101 0 101011 10101 1111010 101101 111101

Color Harmonies of #6FC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC972

Black with #6FC972

Text Example


Text Example

White with #6FC972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,201,114); }

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

background-color css

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

 a { background-color: rgb(111,201,114); }

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

border-color css

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

 span { border-color: rgb(111,201,114); }

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