Html Css Color HEX #0B7646 Dark Spring Green

📋 copy color: '#0B7646'

red 11 ◦ green 118 ◦ blue 70

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

Shades of Dark Spring Green #0B7646

Tints of Dark Spring Green #0B7646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59.3%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 5.53%
G = 59.3%
B = 35.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#0B7646 (or 0x0B7646) is known color: Dark Spring Green. HEX triplet: 0B, 76 and 46. RGB value is (11,118,70). Sum of RGB (Red+Green+Blue) = 11+118+70=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7646 is #F489B9. Grayscale: #505050. Windows color (decimal): -16026042 or 4617739. OLE color: 4617739.

HSL color Cylindrical-coordinate representation of color #0B7646: hue angle of 153.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7646 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 118 70 -
CMYK 0.91 0 0.41 0.54
HSL 153.08º 0.83% 0.25% -
HSV(B) 153.08º 0.91% 0.46% -
XYZ 7.72 13.47 7.99 -
YUV 80.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 11 118 70 0.91 0 0.41 0.54 153.08 0.83 0.25
Hex B 76 46 5B 0 29 36 99 53 19
Octal 13 166 106 133 0 51 66 231 123 31
Binary 1011 1110110 1000110 1011011 0 101001 110110 10011001 1010011 11001

Color Harmonies of #0B7646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7646

Black with #0B7646

Text Example


Text Example

White with #0B7646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,118,70); }

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

background-color css

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

 a { background-color: rgb(11,118,70); }

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

border-color css

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

 span { border-color: rgb(11,118,70); }

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