#0B0C06

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

Shades of Green Waterloo #0B0C06

Tints of Green Waterloo #0B0C06

Color information

#0B0C06 (or 0x0B0C06) is unknown color: approx Green Waterloo. HEX triplet: 0B, 0C and 06. RGB value is (11,12,6). Sum of RGB (Red+Green+Blue) = 11+12+6=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 12 (5.08% from 255 or 41.38% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 12 - color contains mainly: green. Hex color #0B0C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0C06 is #F4F3F9. Grayscale: #0B0B0B. Windows color (decimal): -16053242 or 396299. OLE color: 396299.

HSL color Cylindrical-coordinate representation of color #0B0C06: hue angle of 70º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B0C06 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.

Color convert

RGB11126-
CMYK0.0800.500.95
HSL70º33.33%3.53%-
HSV(B)70º50%4.71%-
XYZ0.30.350.22-
YUV11.02125.17127.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 37.93%
GREEN value IS 12 (5.08% from 255) = 41.38%
BLUE value IS 6 (2.73% from 255) = 20.69%
R=37.93%
G=41.38%
B=20.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal111260.0800.500.957033.333.53
HexBC680325F46214
Octal1314610062137106414
Binary101111001101000011001010111111000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,12,6); }

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

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

 a { background-color: rgb(11,12,6); }

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

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

 span { border-color: rgb(11,12,6); }

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