#0B6305

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

Shades of Green #0B6305

Tints of Green #0B6305

Color information

#0B6305 (or 0x0B6305) is unknown color: approx Green. HEX triplet: 0B, 63 and 05. RGB value is (11,99,5). Sum of RGB (Red+Green+Blue) = 11+99+5=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #0B6305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6305 is #F49CFA. Grayscale: #3E3E3E. Windows color (decimal): -16030971 or 353035. OLE color: 353035.

HSL color Cylindrical-coordinate representation of color #0B6305: hue angle of 116.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6305 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB11995-
CMYK0.8900.950.61
HSL116.17º90.38%20.39%-
HSV(B)116.17º94.95%38.82%-
XYZ4.639.011.64-
YUV61.9795.8591.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.57%
GREEN value IS 99 (39.06% from 255) = 86.09%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=9.57%
G=86.09%
B=4.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal119950.8900.950.61116.1790.3820.39
HexB6355905F3D745a14
Octal13143513101377516413224
Binary101111000111011011001010111111111011110100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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