#068E4E

Color #068E4E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #068E4E

Tints of Pigment Green #068E4E

Color information

#068E4E (or 0x068E4E) is unknown color: approx Pigment Green. HEX triplet: 06, 8E and 4E. RGB value is (6,142,78). Sum of RGB (Red+Green+Blue) = 6+142+78=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #068E4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E4E is #F971B1. Grayscale: #5E5E5E. Windows color (decimal): -16347570 or 5148166. OLE color: 5148166.

HSL color Cylindrical-coordinate representation of color #068E4E: hue angle of 151.76º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E4E is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB614278-
CMYK0.9600.450.44
HSL151.76º91.89%29.02%-
HSV(B)151.76º95.77%55.69%-
XYZ11.1219.9310.47-
YUV94.04118.9465.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 142 (55.86% from 255) = 62.83%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=2.65%
G=62.83%
B=34.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6142780.9600.450.44151.7691.8929.02
Hex68E4E6002D2C985c1d
Octal62161161400555423013435
Binary1101000111010011101100000010110110110010011000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068E4E; }

 p { color: rgb(6,142,78); }

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

<style>
 a { background-color: #068E4E; }

 a { background-color: rgb(6,142,78); }

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

<style>
 span { border-color: #068E4E; }

 span { border-color: rgb(6,142,78); }

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