#069B3E

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

Shades of Pigment Green #069B3E

Tints of Pigment Green #069B3E

Color information

#069B3E (or 0x069B3E) is unknown color: approx Pigment Green. HEX triplet: 06, 9B and 3E. RGB value is (6,155,62). Sum of RGB (Red+Green+Blue) = 6+155+62=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 155 (60.94% from 255 or 69.51% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 155 - color contains mainly: green. Hex color #069B3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069B3E is #F964C1. Grayscale: #646464. Windows color (decimal): -16344258 or 4102918. OLE color: 4102918.

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

Color convert

RGB615562-
CMYK0.9600.60.39
HSL142.55º92.55%31.57%-
HSV(B)142.55º96.13%60.78%-
XYZ12.6723.838.49-
YUV99.85106.6461.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 155 (60.94% from 255) = 69.51%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=2.69%
G=69.51%
B=27.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155620.9600.60.39142.5592.5531.57
Hex69B3E6003C278f5d20
Octal6233761400744721713540
Binary1101001101111111011000000111100100111100011111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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