Html Css Color HEX #69D976 Pastel Green

📋 copy color: '#69D976'

red 105 ◦ green 217 ◦ blue 118

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

Shades of Pastel Green #69D976

Tints of Pastel Green #69D976

RGB

 RED value IS 105 (41.41% from 255) = 23.86%

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 23.86%
G = 49.32%
B = 26.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#69D976 (or 0x69D976) is known color: Pastel Green. HEX triplet: 69, D9 and 76. RGB value is (105,217,118). Sum of RGB (Red+Green+Blue) = 105+217+118=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #69D976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D976 is #962689. Grayscale: #ACACAC. Windows color (decimal): -9840266 or 7788905. OLE color: 7788905.

HSL color Cylindrical-coordinate representation of color #69D976: hue angle of 126.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D976 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 118 -
CMYK 0.52 0 0.46 0.15
HSL 126.96º 0.6% 0.63% -
HSV(B) 126.96º 0.52% 0.85% -
XYZ 33.91 53.94 25.76 -
YUV 172.23 97.39 80.05 -
System Red Green Blue C M Y K H S L
Decimal 105 217 118 0.52 0 0.46 0.15 126.96 0.6 0.63
Hex 69 D9 76 34 0 2E F 7F 3C 3F
Octal 151 331 166 64 0 56 17 177 74 77
Binary 1101001 11011001 1110110 110100 0 101110 1111 1111111 111100 111111

Color Harmonies of #69D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D976

Black with #69D976

Text Example


Text Example

White with #69D976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69D976; }

 p { color: rgb(105,217,118); }

 H1.HeaderClassName
 {
   color: #69D976;
 }
 .AnyTagClassName
 {
   color: #69D976;
 }
</style>

background-color css

<style>
 a { background-color: #69D976; }

 a { background-color: rgb(105,217,118); }

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

border-color css

<style>
 span { border-color: #69D976; }

 span { border-color: rgb(105,217,118); }

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