#069B4F

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

Shades of Pigment Green #069B4F

Tints of Pigment Green #069B4F

Color information

#069B4F (or 0x069B4F) is unknown color: approx Pigment Green. HEX triplet: 06, 9B and 4F. RGB value is (6,155,79). Sum of RGB (Red+Green+Blue) = 6+155+79=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #069B4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069B4F is #F964B0. Grayscale: #656565. Windows color (decimal): -16344241 or 5217030. OLE color: 5217030.

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

Color convert

RGB615579-
CMYK0.9600.490.39
HSL149.4º92.55%31.57%-
HSV(B)149.4º96.13%60.78%-
XYZ13.2124.0511.34-
YUV101.78115.1459.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 155 (60.94% from 255) = 64.58%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=2.5%
G=64.58%
B=32.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155790.9600.490.39149.492.5531.57
Hex69B4F6003127955d20
Octal62331171400614722513540
Binary11010011011100111111000000110001100111100101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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