Html Css Color HEX #0B711B Green

📋 copy color: '#0B711B'

red 11 ◦ green 113 ◦ blue 27

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

Shades of Green #0B711B

Tints of Green #0B711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 7.28%
G = 74.83%
B = 17.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#0B711B (or 0x0B711B) is known color: Green. HEX triplet: 0B, 71 and 1B. RGB value is (11,113,27). Sum of RGB (Red+Green+Blue) = 11+113+27=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #0B711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B711B is #F48EE4. Grayscale: #484848. Windows color (decimal): -16027365 or 1798411. OLE color: 1798411.

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

Color convert

RGB 11 113 27 -
CMYK 0.90 0 0.76 0.56
HSL 129.41º 0.82% 0.24% -
HSV(B) 129.41º 0.9% 0.44% -
XYZ 6.24 11.96 3.02 -
YUV 72.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 11 113 27 0.90 0 0.76 0.56 129.41 0.82 0.24
Hex B 71 1B 5A 0 4C 38 81 52 18
Octal 13 161 33 132 0 114 70 201 122 30
Binary 1011 1110001 11011 1011010 0 1001100 111000 10000001 1010010 11000

Color Harmonies of #0B711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B711B

Black with #0B711B

Text Example


Text Example

White with #0B711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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