#0B6103

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

Shades of Green #0B6103

Tints of Green #0B6103

Color information

#0B6103 (or 0x0B6103) is unknown color: approx Green. HEX triplet: 0B, 61 and 03. RGB value is (11,97,3). Sum of RGB (Red+Green+Blue) = 11+97+3=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 97 (38.28% from 255 or 87.39% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6103 is #F49EFC. Grayscale: #3C3C3C. Windows color (decimal): -16031485 or 221451. OLE color: 221451.

HSL color Cylindrical-coordinate representation of color #0B6103: hue angle of 114.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B6103 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB11973-
CMYK0.8900.970.62
HSL114.89º94%19.61%-
HSV(B)114.89º96.91%38.04%-
XYZ4.438.631.52-
YUV60.5795.5192.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 97 (38.28% from 255) = 87.39%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=9.91%
G=87.39%
B=2.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal119730.8900.970.62114.899419.61
HexB613590613E735e14
Octal13141313101417616313624
Binary10111100001111011001011000011111101110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,97,3); }

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

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

 a { background-color: rgb(11,97,3); }

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

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

 span { border-color: rgb(11,97,3); }

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