#069A4B

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

Shades of Pigment Green #069A4B

Tints of Pigment Green #069A4B

Color information

#069A4B (or 0x069A4B) is unknown color: approx Pigment Green. HEX triplet: 06, 9A and 4B. RGB value is (6,154,75). Sum of RGB (Red+Green+Blue) = 6+154+75=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 154 (60.55% from 255 or 65.53% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 154 - color contains mainly: green. Hex color #069A4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A4B is #F965B4. Grayscale: #646464. Windows color (decimal): -16344501 or 4954630. OLE color: 4954630.

HSL color Cylindrical-coordinate representation of color #069A4B: hue angle of 147.97º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A4B is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB615475-
CMYK0.9600.510.40
HSL147.97º92.5%31.37%-
HSV(B)147.97º96.1%60.39%-
XYZ12.923.6610.54-
YUV100.74113.4760.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 154 (60.55% from 255) = 65.53%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=2.55%
G=65.53%
B=31.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6154750.9600.510.40147.9792.531.37
Hex69A4B6003328945c1f
Octal62321131400635022413437
Binary1101001101010010111100000011001110100010010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,154,75); }

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

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

 a { background-color: rgb(6,154,75); }

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

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

 span { border-color: rgb(6,154,75); }

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