Html Css Color HEX #0B7013 Green

📋 copy color: '#0B7013'

red 11 ◦ green 112 ◦ blue 19

#0B7013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0B7013

Tints of Green #0B7013

RGB

 RED value IS 11 (4.69% from 255) = 7.75%

 GREEN value IS 112 (44.14% from 255) = 78.87%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 7.75%
G = 78.87%
B = 13.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#0B7013 (or 0x0B7013) is known color: Green. HEX triplet: 0B, 70 and 13. RGB value is (11,112,19). Sum of RGB (Red+Green+Blue) = 11+112+19=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7013 is #F48FEC. Grayscale: #474747. Windows color (decimal): -16027629 or 1273867. OLE color: 1273867.

HSL color Cylindrical-coordinate representation of color #0B7013: hue angle of 124.75º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7013 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 112 19 -
CMYK 0.90 0 0.83 0.56
HSL 124.75º 0.82% 0.24% -
HSV(B) 124.75º 0.9% 0.44% -
XYZ 6.05 11.71 2.56 -
YUV 71.2 98.54 85.06 -
System Red Green Blue C M Y K H S L
Decimal 11 112 19 0.90 0 0.83 0.56 124.75 0.82 0.24
Hex B 70 13 5A 0 53 38 7D 52 18
Octal 13 160 23 132 0 123 70 175 122 30
Binary 1011 1110000 10011 1011010 0 1010011 111000 1111101 1010010 11000

Color Harmonies of #0B7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7013

Black with #0B7013

Text Example


Text Example

White with #0B7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B7013;
 }
 .AnyTagClassName
 {
   color: #0B7013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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