Html Css Color HEX #68D06F Pastel Green

📋 copy color: '#68D06F'

red 104 ◦ green 208 ◦ blue 111

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

Shades of Pastel Green #68D06F

Tints of Pastel Green #68D06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 24.59%
G = 49.17%
B = 26.24%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#68D06F (or 0x68D06F) is known color: Pastel Green. HEX triplet: 68, D0 and 6F. RGB value is (104,208,111). Sum of RGB (Red+Green+Blue) = 104+208+111=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #68D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D06F is #972F90. Grayscale: #A6A6A6. Windows color (decimal): -9908113 or 7327848. OLE color: 7327848.

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

Color convert

RGB 104 208 111 -
CMYK 0.5 0 0.47 0.18
HSL 124.04º 0.53% 0.61% -
HSV(B) 124.04º 0.5% 0.82% -
XYZ 31.13 49.2 22.9 -
YUV 165.85 97.04 83.89 -
System Red Green Blue C M Y K H S L
Decimal 104 208 111 0.5 0 0.47 0.18 124.04 0.53 0.61
Hex 68 D0 6F 32 0 2F 12 7C 35 3D
Octal 150 320 157 62 0 57 22 174 65 75
Binary 1101000 11010000 1101111 110010 0 101111 10010 1111100 110101 111101

Color Harmonies of #68D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D06F

Black with #68D06F

Text Example


Text Example

White with #68D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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