#68CB7D

Color #68CB7D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #68CB7D

Tints of Emerald #68CB7D

Color information

#68CB7D (or 0x68CB7D) is unknown color: approx Emerald. HEX triplet: 68, CB and 7D. RGB value is (104,203,125). Sum of RGB (Red+Green+Blue) = 104+203+125=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB7D is #973482. Grayscale: #A4A4A4. Windows color (decimal): -9909379 or 8244072. OLE color: 8244072.

HSL color Cylindrical-coordinate representation of color #68CB7D: hue angle of 132.73º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB7D is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB104203125-
CMYK0.4900.380.20
HSL132.73º48.77%60.2%-
HSV(B)132.73º48.77%79.61%-
XYZ30.7747.1426.88-
YUV164.51105.784.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=24.07%
G=46.99%
B=28.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031250.4900.380.20132.7348.7760.2
Hex68CB7D310261485313c
Octal15031317561046242056174
Binary110100011001011111110111000101001101010010000101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,203,125); }

 H1.HeaderClassName
 {
   color: #68CB7D;
 }
 .AnyTagClassName
 {
   color: #68CB7D;
 }
</style>
background-color css

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

 a { background-color: rgb(104,203,125); }

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

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

 span { border-color: rgb(104,203,125); }

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