#0B650A

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

Shades of Green #0B650A

Tints of Green #0B650A

Color information

#0B650A (or 0x0B650A) is unknown color: approx Green. HEX triplet: 0B, 65 and 0A. RGB value is (11,101,10). Sum of RGB (Red+Green+Blue) = 11+101+10=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 101 (39.84% from 255 or 82.79% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 101 - color contains mainly: green. Hex color #0B650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B650A is #F49AF5. Grayscale: #3F3F3F. Windows color (decimal): -16030454 or 681227. OLE color: 681227.

HSL color Cylindrical-coordinate representation of color #0B650A: hue angle of 119.34º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B650A is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1110110-
CMYK0.8900.900.60
HSL119.34º81.98%21.76%-
HSV(B)119.34º90.1%39.61%-
XYZ4.859.41.85-
YUV63.7297.6890.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 101 (39.84% from 255) = 82.79%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=9.02%
G=82.79%
B=8.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11101100.8900.900.60119.3481.9821.76
HexB65A5905A3C775216
Octal131451213101327416712226
Binary1011110010110101011001010110101111001110111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,101,10); }

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

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

 a { background-color: rgb(11,101,10); }

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

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

 span { border-color: rgb(11,101,10); }

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