Html Css Color HEX #76C96F Pastel Green

📋 copy color: '#76C96F'

red 118 ◦ green 201 ◦ blue 111

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

Shades of Pastel Green #76C96F

Tints of Pastel Green #76C96F

RGB

 RED value IS 118 (46.48% from 255) = 27.44%

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 27.44%
G = 46.74%
B = 25.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#76C96F (or 0x76C96F) is known color: Pastel Green. HEX triplet: 76, C9 and 6F. RGB value is (118,201,111). Sum of RGB (Red+Green+Blue) = 118+201+111=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #76C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C96F is #893690. Grayscale: #A6A6A6. Windows color (decimal): -8992401 or 7326070. OLE color: 7326070.

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

Color convert

RGB 118 201 111 -
CMYK 0.41 0 0.45 0.21
HSL 115.33º 0.45% 0.61% -
HSV(B) 115.33º 0.45% 0.79% -
XYZ 31.23 46.77 22.42 -
YUV 165.92 97 93.82 -
System Red Green Blue C M Y K H S L
Decimal 118 201 111 0.41 0 0.45 0.21 115.33 0.45 0.61
Hex 76 C9 6F 29 0 2D 15 73 2D 3D
Octal 166 311 157 51 0 55 25 163 55 75
Binary 1110110 11001001 1101111 101001 0 101101 10101 1110011 101101 111101

Color Harmonies of #76C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C96F

Black with #76C96F

Text Example


Text Example

White with #76C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C96F; }

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

 H1.HeaderClassName
 {
   color: #76C96F;
 }
 .AnyTagClassName
 {
   color: #76C96F;
 }
</style>

background-color css

<style>
 a { background-color: #76C96F; }

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

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

border-color css

<style>
 span { border-color: #76C96F; }

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

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