#069B3A

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

Shades of Pigment Green #069B3A

Tints of Pigment Green #069B3A

Color information

#069B3A (or 0x069B3A) is unknown color: approx Pigment Green. HEX triplet: 06, 9B and 3A. RGB value is (6,155,58). Sum of RGB (Red+Green+Blue) = 6+155+58=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 155 (60.94% from 255 or 70.78% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 155 - color contains mainly: green. Hex color #069B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069B3A is #F964C5. Grayscale: #636363. Windows color (decimal): -16344262 or 3840774. OLE color: 3840774.

HSL color Cylindrical-coordinate representation of color #069B3A: hue angle of 140.94º 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 #069B3A is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB615558-
CMYK0.9600.630.39
HSL140.94º92.55%31.57%-
HSV(B)140.94º96.13%60.78%-
XYZ12.5623.797.93-
YUV99.39104.6461.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 155 (60.94% from 255) = 70.78%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=2.74%
G=70.78%
B=26.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155580.9600.630.39140.9492.5531.57
Hex69B3A6003F278d5d20
Octal6233721400774721513540
Binary1101001101111101011000000111111100111100011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,155,58); }

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

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

 a { background-color: rgb(6,155,58); }

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

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

 span { border-color: rgb(6,155,58); }

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