#069B4E

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

Shades of Pigment Green #069B4E

Tints of Pigment Green #069B4E

Color information

#069B4E (or 0x069B4E) is unknown color: approx Pigment Green. HEX triplet: 06, 9B and 4E. RGB value is (6,155,78). Sum of RGB (Red+Green+Blue) = 6+155+78=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 155 (60.94% from 255 or 64.85% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 155 - color contains mainly: green. Hex color #069B4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069B4E is #F964B1. Grayscale: #656565. Windows color (decimal): -16344242 or 5151494. OLE color: 5151494.

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

Color convert

RGB615578-
CMYK0.9600.500.39
HSL148.99º92.55%31.57%-
HSV(B)148.99º96.13%60.78%-
XYZ13.1724.0311.15-
YUV101.67114.6459.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 155 (60.94% from 255) = 64.85%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=2.51%
G=64.85%
B=32.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155780.9600.500.39148.9992.5531.57
Hex69B4E6003227955d20
Octal62331161400624722513540
Binary11010011011100111011000000110010100111100101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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