#0B630E

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

Shades of Green #0B630E

Tints of Green #0B630E

Color information

#0B630E (or 0x0B630E) is unknown color: approx Green. HEX triplet: 0B, 63 and 0E. RGB value is (11,99,14). Sum of RGB (Red+Green+Blue) = 11+99+14=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #0B630E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B630E is #F49CF1. Grayscale: #3F3F3F. Windows color (decimal): -16030962 or 942859. OLE color: 942859.

HSL color Cylindrical-coordinate representation of color #0B630E: hue angle of 122.05º 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 #0B630E is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB119914-
CMYK0.8900.860.61
HSL122.05º80%21.57%-
HSV(B)122.05º88.89%38.82%-
XYZ4.689.031.91-
YUV63100.3590.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.87%
GREEN value IS 99 (39.06% from 255) = 79.84%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=8.87%
G=79.84%
B=11.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1199140.8900.860.61122.058021.57
HexB63E590563D7a5016
Octal131431613101267517212026
Binary1011110001111101011001010101101111011111010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,99,14); }

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

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

 a { background-color: rgb(11,99,14); }

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

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

 span { border-color: rgb(11,99,14); }

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