#0B7F06

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

Shades of Green #0B7F06

Tints of Green #0B7F06

Color information

#0B7F06 (or 0x0B7F06) is unknown color: approx Green. HEX triplet: 0B, 7F and 06. RGB value is (11,127,6). Sum of RGB (Red+Green+Blue) = 11+127+6=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 127 (50% from 255 or 88.19% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7F06 is #F480F9. Grayscale: #4E4E4E. Windows color (decimal): -16023802 or 425739. OLE color: 425739.

HSL color Cylindrical-coordinate representation of color #0B7F06: hue angle of 117.52º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7F06 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB111276-
CMYK0.9100.950.50
HSL117.52º90.98%26.08%-
HSV(B)117.52º95.28%49.8%-
XYZ7.7615.262.71-
YUV78.5287.0779.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 127 (50% from 255) = 88.19%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=7.64%
G=88.19%
B=4.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1112760.9100.950.50117.5290.9826.08
HexB7F65B05F32765b1a
Octal13177613301376216613332
Binary101111111111101011011010111111100101110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,127,6); }

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

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

 a { background-color: rgb(11,127,6); }

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

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

 span { border-color: rgb(11,127,6); }

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