#0B6C13

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

Shades of Green #0B6C13

Tints of Green #0B6C13

Color information

#0B6C13 (or 0x0B6C13) is unknown color: approx Green. HEX triplet: 0B, 6C and 13. RGB value is (11,108,19). Sum of RGB (Red+Green+Blue) = 11+108+19=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 108 (42.58% from 255 or 78.26% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6C13 is #F493EC. Grayscale: #454545. Windows color (decimal): -16028653 or 1272843. OLE color: 1272843.

HSL color Cylindrical-coordinate representation of color #0B6C13: hue angle of 124.95º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C13 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1110819-
CMYK0.9000.820.58
HSL124.95º81.51%23.33%-
HSV(B)124.95º89.81%42.35%-
XYZ5.6210.842.41-
YUV68.8599.8686.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 108 (42.58% from 255) = 78.26%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=7.97%
G=78.26%
B=13.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11108190.9000.820.58124.9581.5123.33
HexB6C135A0523A7d5217
Octal131542313201227217512227
Binary10111101100100111011010010100101110101111101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,108,19); }

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

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

 a { background-color: rgb(11,108,19); }

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

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

 span { border-color: rgb(11,108,19); }

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