#0B761B

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

Shades of Green #0B761B

Tints of Green #0B761B

Color information

#0B761B (or 0x0B761B) is unknown color: approx Green. HEX triplet: 0B, 76 and 1B. RGB value is (11,118,27). Sum of RGB (Red+Green+Blue) = 11+118+27=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #0B761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B761B is #F489E4. Grayscale: #4B4B4B. Windows color (decimal): -16026085 or 1799691. OLE color: 1799691.

HSL color Cylindrical-coordinate representation of color #0B761B: hue angle of 128.97º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B761B is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1111827-
CMYK0.9100.770.54
HSL128.97º82.95%25.29%-
HSV(B)128.97º90.68%46.27%-
XYZ6.8113.113.21-
YUV75.63100.5581.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 118 (46.48% from 255) = 75.64%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=7.05%
G=75.64%
B=17.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11118270.9100.770.54128.9782.9525.29
HexB761B5B04D36815319
Octal131663313301156620112331
Binary101111101101101110110110100110111011010000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,118,27); }

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

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

 a { background-color: rgb(11,118,27); }

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

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

 span { border-color: rgb(11,118,27); }

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