#06B050

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

Shades of Pigment Green #06B050

Tints of Pigment Green #06B050

Color information

#06B050 (or 0x06B050) is unknown color: approx Pigment Green. HEX triplet: 06, B0 and 50. RGB value is (6,176,80). Sum of RGB (Red+Green+Blue) = 6+176+80=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 176 (69.14% from 255 or 67.18% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 176 - color contains mainly: green. Hex color #06B050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B050 is #F94FAF. Grayscale: #727272. Windows color (decimal): -16338864 or 5287942. OLE color: 5287942.

HSL color Cylindrical-coordinate representation of color #06B050: hue angle of 146.12º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B050 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB617680-
CMYK0.9700.550.31
HSL146.12º93.41%35.69%-
HSV(B)146.12º96.59%69.02%-
XYZ17.0531.6712.8-
YUV114.23108.6850.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 176 (69.14% from 255) = 67.18%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=2.29%
G=67.18%
B=30.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6176800.9700.550.31146.1293.4135.69
Hex6B050610371F925d24
Octal62601201410673722213544
Binary1101011000010100001100001011011111111100100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B050; }

 p { color: rgb(6,176,80); }

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

<style>
 a { background-color: #06B050; }

 a { background-color: rgb(6,176,80); }

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

<style>
 span { border-color: #06B050; }

 span { border-color: rgb(6,176,80); }

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