Html Css Color HEX #69D06D Pastel Green

📋 copy color: '#69D06D'

red 105 ◦ green 208 ◦ blue 109

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

Shades of Pastel Green #69D06D

Tints of Pastel Green #69D06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 24.88%
G = 49.29%
B = 25.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#69D06D (or 0x69D06D) is known color: Pastel Green. HEX triplet: 69, D0 and 6D. RGB value is (105,208,109). Sum of RGB (Red+Green+Blue) = 105+208+109=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #69D06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D06D is #962F92. Grayscale: #A6A6A6. Windows color (decimal): -9842579 or 7196777. OLE color: 7196777.

HSL color Cylindrical-coordinate representation of color #69D06D: hue angle of 122.33º 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 #69D06D is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 208 109 -
CMYK 0.50 0 0.48 0.18
HSL 122.33º 0.52% 0.61% -
HSV(B) 122.33º 0.5% 0.82% -
XYZ 31.14 49.22 22.33 -
YUV 165.92 95.88 84.55 -
System Red Green Blue C M Y K H S L
Decimal 105 208 109 0.50 0 0.48 0.18 122.33 0.52 0.61
Hex 69 D0 6D 32 0 30 12 7A 34 3D
Octal 151 320 155 62 0 60 22 172 64 75
Binary 1101001 11010000 1101101 110010 0 110000 10010 1111010 110100 111101

Color Harmonies of #69D06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D06D

Black with #69D06D

Text Example


Text Example

White with #69D06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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