#068F3F

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

Shades of Pigment Green #068F3F

Tints of Pigment Green #068F3F

Color information

#068F3F (or 0x068F3F) is unknown color: approx Pigment Green. HEX triplet: 06, 8F and 3F. RGB value is (6,143,63). Sum of RGB (Red+Green+Blue) = 6+143+63=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #068F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F3F is #F970C0. Grayscale: #5D5D5D. Windows color (decimal): -16347329 or 4165382. OLE color: 4165382.

HSL color Cylindrical-coordinate representation of color #068F3F: hue angle of 144.96º 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 #068F3F is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB614363-
CMYK0.9600.560.44
HSL144.96º91.95%29.22%-
HSV(B)144.96º95.8%56.08%-
XYZ10.7920.048-
YUV92.92111.1166-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 143 (56.25% from 255) = 67.45%
BLUE value IS 63 (25% from 255) = 29.72%
R=2.83%
G=67.45%
B=29.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6143630.9600.560.44144.9691.9529.22
Hex68F3F600382C915c1d
Octal6217771400705422113435
Binary110100011111111111100000011100010110010010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,143,63); }

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

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

 a { background-color: rgb(6,143,63); }

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

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

 span { border-color: rgb(6,143,63); }

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