Html Css Color HEX #68D077 Pastel Green

📋 copy color: '#68D077'

red 104 ◦ green 208 ◦ blue 119

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

Shades of Pastel Green #68D077

Tints of Pastel Green #68D077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 24.13%
G = 48.26%
B = 27.61%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#68D077 (or 0x68D077) is known color: Pastel Green. HEX triplet: 68, D0 and 77. RGB value is (104,208,119). Sum of RGB (Red+Green+Blue) = 104+208+119=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #68D077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D077 is #972F88. Grayscale: #A7A7A7. Windows color (decimal): -9908105 or 7852136. OLE color: 7852136.

HSL color Cylindrical-coordinate representation of color #68D077: hue angle of 128.65º degrees, saturation: 0.53, 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 #68D077 is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 119 -
CMYK 0.5 0 0.43 0.18
HSL 128.65º 0.53% 0.61% -
HSV(B) 128.65º 0.5% 0.82% -
XYZ 31.59 49.39 25.32 -
YUV 166.76 101.04 83.24 -
System Red Green Blue C M Y K H S L
Decimal 104 208 119 0.5 0 0.43 0.18 128.65 0.53 0.61
Hex 68 D0 77 32 0 2B 12 81 35 3D
Octal 150 320 167 62 0 53 22 201 65 75
Binary 1101000 11010000 1110111 110010 0 101011 10010 10000001 110101 111101

Color Harmonies of #68D077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D077

Black with #68D077

Text Example


Text Example

White with #68D077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,208,119); }

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

background-color css

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

 a { background-color: rgb(104,208,119); }

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

border-color css

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

 span { border-color: rgb(104,208,119); }

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