Html Css Color HEX #68D77A Pastel Green

📋 copy color: '#68D77A'

red 104 ◦ green 215 ◦ blue 122

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

Shades of Pastel Green #68D77A

Tints of Pastel Green #68D77A

RGB

 RED value IS 104 (41.02% from 255) = 23.58%

 GREEN value IS 215 (84.38% from 255) = 48.75%

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 23.58%
G = 48.75%
B = 27.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#68D77A (or 0x68D77A) is known color: Pastel Green. HEX triplet: 68, D7 and 7A. RGB value is (104,215,122). Sum of RGB (Red+Green+Blue) = 104+215+122=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #68D77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D77A is #972885. Grayscale: #ABABAB. Windows color (decimal): -9906310 or 8050536. OLE color: 8050536.

HSL color Cylindrical-coordinate representation of color #68D77A: hue angle of 129.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D77A is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 215 122 -
CMYK 0.52 0 0.43 0.16
HSL 129.73º 0.58% 0.63% -
HSV(B) 129.73º 0.52% 0.84% -
XYZ 33.52 52.95 26.87 -
YUV 171.21 100.23 80.06 -
System Red Green Blue C M Y K H S L
Decimal 104 215 122 0.52 0 0.43 0.16 129.73 0.58 0.63
Hex 68 D7 7A 34 0 2B 10 82 3A 3F
Octal 150 327 172 64 0 53 20 202 72 77
Binary 1101000 11010111 1111010 110100 0 101011 10000 10000010 111010 111111

Color Harmonies of #68D77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D77A

Black with #68D77A

Text Example


Text Example

White with #68D77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68D77A; }

 p { color: rgb(104,215,122); }

 H1.HeaderClassName
 {
   color: #68D77A;
 }
 .AnyTagClassName
 {
   color: #68D77A;
 }
</style>

background-color css

<style>
 a { background-color: #68D77A; }

 a { background-color: rgb(104,215,122); }

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

border-color css

<style>
 span { border-color: #68D77A; }

 span { border-color: rgb(104,215,122); }

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