#07B256

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

Shades of Pigment Green #07B256

Tints of Pigment Green #07B256

Color information

#07B256 (or 0x07B256) is unknown color: approx Pigment Green. HEX triplet: 07, B2 and 56. RGB value is (7,178,86). Sum of RGB (Red+Green+Blue) = 7+178+86=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #07B256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B256 is #F84DA9. Grayscale: #747474. Windows color (decimal): -16272810 or 5681671. OLE color: 5681671.

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

Color convert

RGB717886-
CMYK0.9600.520.30
HSL147.72º92.43%36.27%-
HSV(B)147.72º96.07%69.8%-
XYZ17.6932.5614.16-
YUV116.38110.8549.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.58%
GREEN value IS 178 (69.92% from 255) = 65.68%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=2.58%
G=65.68%
B=31.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7178860.9600.520.30147.7292.4336.27
Hex7B256600341E945c24
Octal72621261400643622413444
Binary1111011001010101101100000011010011110100101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,178,86); }

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

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

 a { background-color: rgb(7,178,86); }

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

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

 span { border-color: rgb(7,178,86); }

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