#07BB5A

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

Shades of Pigment Green #07BB5A

Tints of Pigment Green #07BB5A

Color information

#07BB5A (or 0x07BB5A) is unknown color: approx Pigment Green. HEX triplet: 07, BB and 5A. RGB value is (7,187,90). Sum of RGB (Red+Green+Blue) = 7+187+90=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB5A is #F844A5. Grayscale: #7A7A7A. Windows color (decimal): -16270502 or 5946119. OLE color: 5946119.

HSL color Cylindrical-coordinate representation of color #07BB5A: hue angle of 147.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB5A is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB718790-
CMYK0.9600.520.27
HSL147.67º92.78%38.04%-
HSV(B)147.67º96.26%73.33%-
XYZ19.736.3215.65-
YUV122.12109.8745.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.46%
GREEN value IS 187 (73.44% from 255) = 65.85%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=2.46%
G=65.85%
B=31.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7187900.9600.520.27147.6792.7838.04
Hex7BB5A600341B945d26
Octal72731321400643322413546
Binary1111011101110110101100000011010011011100101001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,187,90); }

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

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

 a { background-color: rgb(7,187,90); }

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

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

 span { border-color: rgb(7,187,90); }

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