Html Css Color HEX #68D07F Emerald

📋 copy color: '#68D07F'

red 104 ◦ green 208 ◦ blue 127

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

Shades of Emerald #68D07F

Tints of Emerald #68D07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.93%

R = 23.69%
G = 47.38%
B = 28.93%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#68D07F (or 0x68D07F) is known color: Emerald. HEX triplet: 68, D0 and 7F. RGB value is (104,208,127). Sum of RGB (Red+Green+Blue) = 104+208+127=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #68D07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D07F is #972F80. Grayscale: #A7A7A7. Windows color (decimal): -9908097 or 8376424. OLE color: 8376424.

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

Color convert

RGB 104 208 127 -
CMYK 0.5 0 0.39 0.18
HSL 133.27º 0.53% 0.61% -
HSV(B) 133.27º 0.5% 0.82% -
XYZ 32.1 49.59 27.96 -
YUV 167.67 105.04 82.59 -
System Red Green Blue C M Y K H S L
Decimal 104 208 127 0.5 0 0.39 0.18 133.27 0.53 0.61
Hex 68 D0 7F 32 0 27 12 85 35 3D
Octal 150 320 177 62 0 47 22 205 65 75
Binary 1101000 11010000 1111111 110010 0 100111 10010 10000101 110101 111101

Color Harmonies of #68D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D07F

Black with #68D07F

Text Example


Text Example

White with #68D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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