#07B55E

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

Shades of Pigment Green #07B55E

Tints of Pigment Green #07B55E

Color information

#07B55E (or 0x07B55E) is unknown color: approx Pigment Green. HEX triplet: 07, B5 and 5E. RGB value is (7,181,94). Sum of RGB (Red+Green+Blue) = 7+181+94=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #07B55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B55E is #F84AA1. Grayscale: #777777. Windows color (decimal): -16272034 or 6206727. OLE color: 6206727.

HSL color Cylindrical-coordinate representation of color #07B55E: hue angle of 150º 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 #07B55E is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB718194-
CMYK0.9600.480.29
HSL150º92.55%36.86%-
HSV(B)150º96.13%70.98%-
XYZ18.6333.916.15-
YUV119.06113.8548.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.48%
GREEN value IS 181 (71.09% from 255) = 64.18%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=2.48%
G=64.18%
B=33.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7181940.9600.480.2915092.5536.86
Hex7B55E600301D965d25
Octal72651361400603522613545
Binary1111011010110111101100000011000011101100101101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,181,94); }

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

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

 a { background-color: rgb(7,181,94); }

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

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

 span { border-color: rgb(7,181,94); }

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