#069C43

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

Shades of Pigment Green #069C43

Tints of Pigment Green #069C43

Color information

#069C43 (or 0x069C43) is unknown color: approx Pigment Green. HEX triplet: 06, 9C and 43. RGB value is (6,156,67). Sum of RGB (Red+Green+Blue) = 6+156+67=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #069C43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069C43 is #F963BC. Grayscale: #656565. Windows color (decimal): -16343997 or 4430854. OLE color: 4430854.

HSL color Cylindrical-coordinate representation of color #069C43: hue angle of 144.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069C43 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB615667-
CMYK0.9600.570.39
HSL144.4º92.59%31.76%-
HSV(B)144.4º96.15%61.18%-
XYZ12.9824.229.3-
YUV101108.860.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 156 (61.33% from 255) = 68.12%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=2.62%
G=68.12%
B=29.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6156670.9600.570.39144.492.5931.76
Hex69C436003927905d20
Octal62341031400714722013540
Binary11010011100100001111000000111001100111100100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069C43; }

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

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

<style>
 a { background-color: #069C43; }

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

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

<style>
 span { border-color: #069C43; }

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

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