#0B9750

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

Shades of Pigment Green #0B9750

Tints of Pigment Green #0B9750

Color information

#0B9750 (or 0x0B9750) is unknown color: approx Pigment Green. HEX triplet: 0B, 97 and 50. RGB value is (11,151,80). Sum of RGB (Red+Green+Blue) = 11+151+80=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #0B9750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9750 is #F468AF. Grayscale: #656565. Windows color (decimal): -16017584 or 5281547. OLE color: 5281547.

HSL color Cylindrical-coordinate representation of color #0B9750: hue angle of 149.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9750 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1115180-
CMYK0.9300.470.41
HSL149.57º86.42%31.76%-
HSV(B)149.57º92.72%59.22%-
XYZ12.6522.7811.32-
YUV101.05116.1263.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.55%
GREEN value IS 151 (59.38% from 255) = 62.40%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=4.55%
G=62.40%
B=33.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11151800.9300.470.41149.5786.4231.76
HexB97505D02F29965620
Octal132271201350575122612640
Binary101110010111101000010111010101111101001100101101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,151,80); }

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

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

 a { background-color: rgb(11,151,80); }

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

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

 span { border-color: rgb(11,151,80); }

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