Html Css Color HEX #76D075 Pastel Green

📋 copy color: '#76D075'

red 118 ◦ green 208 ◦ blue 117

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

Shades of Pastel Green #76D075

Tints of Pastel Green #76D075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 26.64%
G = 46.95%
B = 26.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#76D075 (or 0x76D075) is known color: Pastel Green. HEX triplet: 76, D0 and 75. RGB value is (118,208,117). Sum of RGB (Red+Green+Blue) = 118+208+117=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #76D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D075 is #892F8A. Grayscale: #AAAAAA. Windows color (decimal): -8990603 or 7721078. OLE color: 7721078.

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

Color convert

RGB 118 208 117 -
CMYK 0.43 0 0.44 0.18
HSL 119.34º 0.49% 0.64% -
HSV(B) 119.34º 0.44% 0.82% -
XYZ 33.24 50.25 24.78 -
YUV 170.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 118 208 117 0.43 0 0.44 0.18 119.34 0.49 0.64
Hex 76 D0 75 2B 0 2C 12 77 31 40
Octal 166 320 165 53 0 54 22 167 61 100
Binary 1110110 11010000 1110101 101011 0 101100 10010 1110111 110001 1000000

Color Harmonies of #76D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D075

Black with #76D075

Text Example


Text Example

White with #76D075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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