#68CB7F

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

Shades of Emerald #68CB7F

Tints of Emerald #68CB7F

Color information

#68CB7F (or 0x68CB7F) is unknown color: approx Emerald. HEX triplet: 68, CB and 7F. RGB value is (104,203,127). Sum of RGB (Red+Green+Blue) = 104+203+127=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB7F is #973480. Grayscale: #A4A4A4. Windows color (decimal): -9909377 or 8375144. OLE color: 8375144.

HSL color Cylindrical-coordinate representation of color #68CB7F: hue angle of 133.94º 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 #68CB7F is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB104203127-
CMYK0.4900.370.20
HSL133.94º48.77%60.2%-
HSV(B)133.94º48.77%79.61%-
XYZ30.947.1927.56-
YUV164.74106.784.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 203 (79.69% from 255) = 46.77%
BLUE value IS 127 (50% from 255) = 29.26%
R=23.96%
G=46.77%
B=29.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031270.4900.370.20133.9448.7760.2
Hex68CB7F310251486313c
Octal15031317761045242066174
Binary110100011001011111111111000101001011010010000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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