#0B640F

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

Shades of Green #0B640F

Tints of Green #0B640F

Color information

#0B640F (or 0x0B640F) is unknown color: approx Green. HEX triplet: 0B, 64 and 0F. RGB value is (11,100,15). Sum of RGB (Red+Green+Blue) = 11+100+15=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #0B640F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B640F is #F49BF0. Grayscale: #3F3F3F. Windows color (decimal): -16030705 or 1008651. OLE color: 1008651.

HSL color Cylindrical-coordinate representation of color #0B640F: hue angle of 122.7º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B640F is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1110015-
CMYK0.8900.850.61
HSL122.7º80.18%21.76%-
HSV(B)122.7º89%39.22%-
XYZ4.789.221.98-
YUV63.7100.5190.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 100 (39.45% from 255) = 79.37%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=8.73%
G=79.37%
B=11.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100150.8900.850.61122.780.1821.76
HexB64F590553D7b5016
Octal131441713101257517312026
Binary1011110010011111011001010101011111011111011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,15); }

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

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

 a { background-color: rgb(11,100,15); }

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

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

 span { border-color: rgb(11,100,15); }

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