#068F43

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

Shades of Pigment Green #068F43

Tints of Pigment Green #068F43

Color information

#068F43 (or 0x068F43) is unknown color: approx Pigment Green. HEX triplet: 06, 8F and 43. RGB value is (6,143,67). Sum of RGB (Red+Green+Blue) = 6+143+67=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 143 (56.25% from 255 or 66.20% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 143 - color contains mainly: green. Hex color #068F43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F43 is #F970BC. Grayscale: #5D5D5D. Windows color (decimal): -16347325 or 4427526. OLE color: 4427526.

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

Color convert

RGB614367-
CMYK0.9600.530.44
HSL146.72º91.95%29.22%-
HSV(B)146.72º95.8%56.08%-
XYZ10.9120.098.61-
YUV93.37113.1165.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 143 (56.25% from 255) = 66.20%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=2.78%
G=66.20%
B=31.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6143670.9600.530.44146.7291.9529.22
Hex68F43600352C935c1d
Octal62171031400655422313435
Binary1101000111110000111100000011010110110010010011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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