Html Css Color HEX #76D07F Pastel Green

📋 copy color: '#76D07F'

red 118 ◦ green 208 ◦ blue 127

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

Shades of Pastel Green #76D07F

Tints of Pastel Green #76D07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.92%

 BLUE value IS 127 (50% from 255) = 28.04%

R = 26.05%
G = 45.92%
B = 28.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#76D07F (or 0x76D07F) is known color: Pastel Green. HEX triplet: 76, D0 and 7F. RGB value is (118,208,127). Sum of RGB (Red+Green+Blue) = 118+208+127=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #76D07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D07F is #892F80. Grayscale: #ACACAC. Windows color (decimal): -8990593 or 8376438. OLE color: 8376438.

HSL color Cylindrical-coordinate representation of color #76D07F: hue angle of 126º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D07F is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 127 -
CMYK 0.43 0 0.39 0.18
HSL 126º 0.49% 0.64% -
HSV(B) 126º 0.43% 0.82% -
XYZ 33.86 50.5 28.04 -
YUV 171.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 118 208 127 0.43 0 0.39 0.18 126 0.49 0.64
Hex 76 D0 7F 2B 0 27 12 7E 31 40
Octal 166 320 177 53 0 47 22 176 61 100
Binary 1110110 11010000 1111111 101011 0 100111 10010 1111110 110001 1000000

Color Harmonies of #76D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D07F

Black with #76D07F

Text Example


Text Example

White with #76D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,127); }

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

background-color css

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

 a { background-color: rgb(118,208,127); }

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

border-color css

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

 span { border-color: rgb(118,208,127); }

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