Html Css Color HEX #0B7112 Green

📋 copy color: '#0B7112'

red 11 ◦ green 113 ◦ blue 18

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

Shades of Green #0B7112

Tints of Green #0B7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 79.58%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 7.75%
G = 79.58%
B = 12.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#0B7112 (or 0x0B7112) is known color: Green. HEX triplet: 0B, 71 and 12. RGB value is (11,113,18). Sum of RGB (Red+Green+Blue) = 11+113+18=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #0B7112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7112 is #F48EED. Grayscale: #474747. Windows color (decimal): -16027374 or 1208587. OLE color: 1208587.

HSL color Cylindrical-coordinate representation of color #0B7112: hue angle of 124.12º 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 #0B7112 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 113 18 -
CMYK 0.90 0 0.84 0.56
HSL 124.12º 0.82% 0.24% -
HSV(B) 124.12º 0.9% 0.44% -
XYZ 6.15 11.93 2.55 -
YUV 71.67 97.71 84.72 -
System Red Green Blue C M Y K H S L
Decimal 11 113 18 0.90 0 0.84 0.56 124.12 0.82 0.24
Hex B 71 12 5A 0 54 38 7C 52 18
Octal 13 161 22 132 0 124 70 174 122 30
Binary 1011 1110001 10010 1011010 0 1010100 111000 1111100 1010010 11000

Color Harmonies of #0B7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7112

Black with #0B7112

Text Example


Text Example

White with #0B7112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,113,18); }

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

background-color css

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

 a { background-color: rgb(11,113,18); }

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

border-color css

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

 span { border-color: rgb(11,113,18); }

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