#07B050

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

Shades of Pigment Green #07B050

Tints of Pigment Green #07B050

Color information

#07B050 (or 0x07B050) is unknown color: approx Pigment Green. HEX triplet: 07, B0 and 50. RGB value is (7,176,80). Sum of RGB (Red+Green+Blue) = 7+176+80=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 176 (69.14% from 255 or 66.92% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 176 - color contains mainly: green. Hex color #07B050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B050 is #F84FAF. Grayscale: #727272. Windows color (decimal): -16273328 or 5287943. OLE color: 5287943.

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

Color convert

RGB717680-
CMYK0.9600.550.31
HSL145.92º92.35%35.88%-
HSV(B)145.92º96.02%69.02%-
XYZ17.0631.6812.8-
YUV114.52108.5151.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 176 (69.14% from 255) = 66.92%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=2.66%
G=66.92%
B=30.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7176800.9600.550.31145.9292.3535.88
Hex7B050600371F925c24
Octal72601201400673722213444
Binary1111011000010100001100000011011111111100100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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