#069642

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

Shades of Pigment Green #069642

Tints of Pigment Green #069642

Color information

#069642 (or 0x069642) is unknown color: approx Pigment Green. HEX triplet: 06, 96 and 42. RGB value is (6,150,66). Sum of RGB (Red+Green+Blue) = 6+150+66=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #069642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069642 is #F969BD. Grayscale: #616161. Windows color (decimal): -16345534 or 4363782. OLE color: 4363782.

HSL color Cylindrical-coordinate representation of color #069642: hue angle of 145º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069642 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB615066-
CMYK0.9600.560.41
HSL145º92.31%30.59%-
HSV(B)145º96%58.82%-
XYZ11.9622.248.82-
YUV97.37110.2962.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 150 (58.98% from 255) = 67.57%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=2.70%
G=67.57%
B=29.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6150660.9600.560.4114592.3130.59
Hex696426003829915c1f
Octal62261021400705122113437
Binary1101001011010000101100000011100010100110010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069642; }

 p { color: rgb(6,150,66); }

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

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

 a { background-color: rgb(6,150,66); }

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

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

 span { border-color: rgb(6,150,66); }

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