#0FB756

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

Shades of Pigment Green #0FB756

Tints of Pigment Green #0FB756

Color information

#0FB756 (or 0x0FB756) is unknown color: approx Pigment Green. HEX triplet: 0F, B7 and 56. RGB value is (15,183,86). Sum of RGB (Red+Green+Blue) = 15+183+86=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB756 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB756 is #F048A9. Grayscale: #797979. Windows color (decimal): -15747242 or 5682959. OLE color: 5682959.

HSL color Cylindrical-coordinate representation of color #0FB756: hue angle of 145.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB756 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB1518386-
CMYK0.9200.530.28
HSL145.36º84.85%38.82%-
HSV(B)145.36º91.8%71.76%-
XYZ18.8134.6414.5-
YUV121.71107.8451.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 183 (71.88% from 255) = 64.44%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=5.28%
G=64.44%
B=30.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15183860.9200.530.28145.3684.8538.82
HexFB7565C0351C915527
Octal172671261340653422112547
Binary11111011011110101101011100011010111100100100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB756; }

 p { color: rgb(15,183,86); }

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

<style>
 a { background-color: #0FB756; }

 a { background-color: rgb(15,183,86); }

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

<style>
 span { border-color: #0FB756; }

 span { border-color: rgb(15,183,86); }

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