Html Css Color HEX #0B713E Dark Spring Green

📋 copy color: '#0B713E'

red 11 ◦ green 113 ◦ blue 62

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

Shades of Dark Spring Green #0B713E

Tints of Dark Spring Green #0B713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 5.91%
G = 60.75%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#0B713E (or 0x0B713E) is known color: Dark Spring Green. HEX triplet: 0B, 71 and 3E. RGB value is (11,113,62). Sum of RGB (Red+Green+Blue) = 11+113+62=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #0B713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B713E is #F48EC1. Grayscale: #4C4C4C. Windows color (decimal): -16027330 or 4092171. OLE color: 4092171.

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

Color convert

RGB 11 113 62 -
CMYK 0.90 0 0.45 0.56
HSL 150º 0.82% 0.24% -
HSV(B) 150º 0.9% 0.44% -
XYZ 6.91 12.23 6.55 -
YUV 76.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 11 113 62 0.90 0 0.45 0.56 150 0.82 0.24
Hex B 71 3E 5A 0 2D 38 96 52 18
Octal 13 161 76 132 0 55 70 226 122 30
Binary 1011 1110001 111110 1011010 0 101101 111000 10010110 1010010 11000

Color Harmonies of #0B713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B713E

Black with #0B713E

Text Example


Text Example

White with #0B713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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