Html Css Color HEX #0B713A Dark Spring Green

📋 copy color: '#0B713A'

red 11 ◦ green 113 ◦ blue 58

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

Shades of Dark Spring Green #0B713A

Tints of Dark Spring Green #0B713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 6.04%
G = 62.09%
B = 31.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#0B713A (or 0x0B713A) is known color: Dark Spring Green. HEX triplet: 0B, 71 and 3A. RGB value is (11,113,58). Sum of RGB (Red+Green+Blue) = 11+113+58=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #0B713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B713A is #F48EC5. Grayscale: #4C4C4C. Windows color (decimal): -16027334 or 3830027. OLE color: 3830027.

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

Color convert

RGB 11 113 58 -
CMYK 0.90 0 0.49 0.56
HSL 147.65º 0.82% 0.24% -
HSV(B) 147.65º 0.9% 0.44% -
XYZ 6.81 12.19 6 -
YUV 76.23 117.71 81.47 -
System Red Green Blue C M Y K H S L
Decimal 11 113 58 0.90 0 0.49 0.56 147.65 0.82 0.24
Hex B 71 3A 5A 0 31 38 94 52 18
Octal 13 161 72 132 0 61 70 224 122 30
Binary 1011 1110001 111010 1011010 0 110001 111000 10010100 1010010 11000

Color Harmonies of #0B713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B713A

Black with #0B713A

Text Example


Text Example

White with #0B713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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