#69DA75

Color #69DA75 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #69DA75

Tints of Pastel Green #69DA75

Color information

#69DA75 (or 0x69DA75) is unknown color: approx Pastel Green. HEX triplet: 69, DA and 75. RGB value is (105,218,117). Sum of RGB (Red+Green+Blue) = 105+218+117=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA75 is #96258A. Grayscale: #ACACAC. Windows color (decimal): -9840011 or 7723625. OLE color: 7723625.

HSL color Cylindrical-coordinate representation of color #69DA75: hue angle of 126.37º 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 #69DA75 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB105218117-
CMYK0.5200.460.15
HSL126.37º60.43%63.33%-
HSV(B)126.37º51.83%85.49%-
XYZ34.1154.4325.54-
YUV172.796.5679.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 218 (85.55% from 255) = 49.55%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=23.86%
G=49.55%
B=26.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181170.5200.460.15126.3760.4363.33
Hex69DA753402EF7e3c3f
Octal15133216564056171767477
Binary1101001110110101110101110100010111011111111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,218,117); }

 H1.HeaderClassName
 {
   color: #69DA75;
 }
 .AnyTagClassName
 {
   color: #69DA75;
 }
</style>
background-color css

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

 a { background-color: rgb(105,218,117); }

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

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

 span { border-color: rgb(105,218,117); }

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