Html Css Color HEX #76D06A Pastel Green

📋 copy color: '#76D06A'

red 118 ◦ green 208 ◦ blue 106

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

Shades of Pastel Green #76D06A

Tints of Pastel Green #76D06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 27.31%
G = 48.15%
B = 24.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#76D06A (or 0x76D06A) is known color: Pastel Green. HEX triplet: 76, D0 and 6A. RGB value is (118,208,106). Sum of RGB (Red+Green+Blue) = 118+208+106=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #76D06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D06A is #892F95. Grayscale: #A9A9A9. Windows color (decimal): -8990614 or 7000182. OLE color: 7000182.

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

Color convert

RGB 118 208 106 -
CMYK 0.43 0 0.49 0.18
HSL 112.94º 0.52% 0.62% -
HSV(B) 112.94º 0.49% 0.82% -
XYZ 32.63 50 21.57 -
YUV 169.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 118 208 106 0.43 0 0.49 0.18 112.94 0.52 0.62
Hex 76 D0 6A 2B 0 31 12 71 34 3E
Octal 166 320 152 53 0 61 22 161 64 76
Binary 1110110 11010000 1101010 101011 0 110001 10010 1110001 110100 111110

Color Harmonies of #76D06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D06A

Black with #76D06A

Text Example


Text Example

White with #76D06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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