Html Css Color HEX #68D675 Pastel Green

📋 copy color: '#68D675'

red 104 ◦ green 214 ◦ blue 117

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

Shades of Pastel Green #68D675

Tints of Pastel Green #68D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.2%

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 23.91%
G = 49.2%
B = 26.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#68D675 (or 0x68D675) is known color: Pastel Green. HEX triplet: 68, D6 and 75. RGB value is (104,214,117). Sum of RGB (Red+Green+Blue) = 104+214+117=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #68D675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D675 is #97298A. Grayscale: #AAAAAA. Windows color (decimal): -9906571 or 7722600. OLE color: 7722600.

HSL color Cylindrical-coordinate representation of color #68D675: hue angle of 127.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D675 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 214 117 -
CMYK 0.51 0 0.45 0.16
HSL 127.09º 0.57% 0.62% -
HSV(B) 127.09º 0.51% 0.84% -
XYZ 32.97 52.32 25.19 -
YUV 170.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 104 214 117 0.51 0 0.45 0.16 127.09 0.57 0.62
Hex 68 D6 75 33 0 2D 10 7F 39 3E
Octal 150 326 165 63 0 55 20 177 71 76
Binary 1101000 11010110 1110101 110011 0 101101 10000 1111111 111001 111110

Color Harmonies of #68D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D675

Black with #68D675

Text Example


Text Example

White with #68D675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,214,117); }

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

background-color css

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

 a { background-color: rgb(104,214,117); }

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

border-color css

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

 span { border-color: rgb(104,214,117); }

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