#069D3C

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

Shades of Pigment Green #069D3C

Tints of Pigment Green #069D3C

Color information

#069D3C (or 0x069D3C) is unknown color: approx Pigment Green. HEX triplet: 06, 9D and 3C. RGB value is (6,157,60). Sum of RGB (Red+Green+Blue) = 6+157+60=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 157 (61.72% from 255 or 70.40% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 157 - color contains mainly: green. Hex color #069D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069D3C is #F962C3. Grayscale: #656565. Windows color (decimal): -16343748 or 3972358. OLE color: 3972358.

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

Color convert

RGB615760-
CMYK0.9600.620.38
HSL141.46º92.64%31.96%-
HSV(B)141.46º96.18%61.57%-
XYZ12.9524.488.32-
YUV100.79104.9760.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 157 (61.72% from 255) = 70.40%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=2.69%
G=70.40%
B=26.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6157600.9600.620.38141.4692.6431.96
Hex69D3C6003E268d5d20
Octal6235741400764621513540
Binary1101001110111110011000000111110100110100011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,157,60); }

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

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

 a { background-color: rgb(6,157,60); }

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

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

 span { border-color: rgb(6,157,60); }

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