Html Css Color HEX #69D079 Pastel Green

📋 copy color: '#69D079'

red 105 ◦ green 208 ◦ blue 121

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

Shades of Pastel Green #69D079

Tints of Pastel Green #69D079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.88%

R = 24.19%
G = 47.93%
B = 27.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#69D079 (or 0x69D079) is known color: Pastel Green. HEX triplet: 69, D0 and 79. RGB value is (105,208,121). Sum of RGB (Red+Green+Blue) = 105+208+121=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #69D079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D079 is #962F86. Grayscale: #A7A7A7. Windows color (decimal): -9842567 or 7983209. OLE color: 7983209.

HSL color Cylindrical-coordinate representation of color #69D079: hue angle of 129.32º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D079 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 208 121 -
CMYK 0.50 0 0.42 0.18
HSL 129.32º 0.52% 0.61% -
HSV(B) 129.32º 0.5% 0.82% -
XYZ 31.83 49.5 25.96 -
YUV 167.29 101.88 83.57 -
System Red Green Blue C M Y K H S L
Decimal 105 208 121 0.50 0 0.42 0.18 129.32 0.52 0.61
Hex 69 D0 79 32 0 2A 12 81 34 3D
Octal 151 320 171 62 0 52 22 201 64 75
Binary 1101001 11010000 1111001 110010 0 101010 10010 10000001 110100 111101

Color Harmonies of #69D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D079

Black with #69D079

Text Example


Text Example

White with #69D079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,208,121); }

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

background-color css

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

 a { background-color: rgb(105,208,121); }

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

border-color css

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

 span { border-color: rgb(105,208,121); }

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