#0B6701

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

Shades of Green #0B6701

Tints of Green #0B6701

Color information

#0B6701 (or 0x0B6701) is unknown color: approx Green. HEX triplet: 0B, 67 and 01. RGB value is (11,103,1). Sum of RGB (Red+Green+Blue) = 11+103+1=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 103 (40.62% from 255 or 89.57% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 103 - color contains mainly: green. Hex color #0B6701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6701 is #F498FE. Grayscale: #404040. Windows color (decimal): -16029951 or 91915. OLE color: 91915.

HSL color Cylindrical-coordinate representation of color #0B6701: hue angle of 114.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B6701 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB111031-
CMYK0.8900.990.60
HSL114.12º98.08%20.39%-
HSV(B)114.12º99.03%40.39%-
XYZ4.999.771.65-
YUV63.8692.5290.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.57%
GREEN value IS 103 (40.62% from 255) = 89.57%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=9.57%
G=89.57%
B=0.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1110310.8900.990.60114.1298.0820.39
HexB671590633C726214
Octal13147113101437416214224
Binary1011110011111011001011000111111001110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,1); }

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

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

 a { background-color: rgb(11,103,1); }

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

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

 span { border-color: rgb(11,103,1); }

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