#07B44D

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

Shades of Pigment Green #07B44D

Tints of Pigment Green #07B44D

Color information

#07B44D (or 0x07B44D) is unknown color: approx Pigment Green. HEX triplet: 07, B4 and 4D. RGB value is (7,180,77). Sum of RGB (Red+Green+Blue) = 7+180+77=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #07B44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B44D is #F84BB2. Grayscale: #747474. Windows color (decimal): -16272307 or 5092359. OLE color: 5092359.

HSL color Cylindrical-coordinate representation of color #07B44D: hue angle of 144.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B44D is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB718077-
CMYK0.9600.570.29
HSL144.28º92.51%36.67%-
HSV(B)144.28º96.11%70.59%-
XYZ17.7533.2212.5-
YUV116.53105.6949.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 180 (70.70% from 255) = 68.18%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=2.65%
G=68.18%
B=29.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7180770.9600.570.29144.2892.5136.67
Hex7B44D600391D905d25
Octal72641151400713522013545
Binary1111011010010011011100000011100111101100100001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,180,77); }

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

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

 a { background-color: rgb(7,180,77); }

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

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

 span { border-color: rgb(7,180,77); }

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