#69EA77

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

Shades of Pastel Green #69EA77

Tints of Pastel Green #69EA77

Color information

#69EA77 (or 0x69EA77) is unknown color: approx Pastel Green. HEX triplet: 69, EA and 77. RGB value is (105,234,119). Sum of RGB (Red+Green+Blue) = 105+234+119=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #69EA77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EA77 is #961588. Grayscale: #B6B6B6. Windows color (decimal): -9835913 or 7858793. OLE color: 7858793.

HSL color Cylindrical-coordinate representation of color #69EA77: hue angle of 126.51º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EA77 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB105234119-
CMYK0.5500.490.08
HSL126.51º75.44%66.47%-
HSV(B)126.51º55.13%91.76%-
XYZ38.5863.1827.61-
YUV182.3292.2672.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.93%
GREEN value IS 234 (91.80% from 255) = 51.09%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=22.93%
G=51.09%
B=25.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052341190.5500.490.08126.5175.4466.47
Hex69EA773703187f4b42
Octal1513521676706110177113102
Binary110100111101010111011111011101100011000111111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,234,119); }

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

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

 a { background-color: rgb(105,234,119); }

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

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

 span { border-color: rgb(105,234,119); }

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