Html Css Color HEX #0B7C40 Dark Spring Green

📋 copy color: '#0B7C40'

red 11 ◦ green 124 ◦ blue 64

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

Shades of Dark Spring Green #0B7C40

Tints of Dark Spring Green #0B7C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62.31%

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 5.53%
G = 62.31%
B = 32.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#0B7C40 (or 0x0B7C40) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 40. RGB value is (11,124,64). Sum of RGB (Red+Green+Blue) = 11+124+64=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C40 is #F483BF. Grayscale: #535353. Windows color (decimal): -16024512 or 4226059. OLE color: 4226059.

HSL color Cylindrical-coordinate representation of color #0B7C40: hue angle of 148.14º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C40 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 124 64 -
CMYK 0.91 0 0.48 0.51
HSL 148.14º 0.84% 0.26% -
HSV(B) 148.14º 0.91% 0.49% -
XYZ 8.27 14.86 7.28 -
YUV 83.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 11 124 64 0.91 0 0.48 0.51 148.14 0.84 0.26
Hex B 7C 40 5B 0 30 33 94 54 1A
Octal 13 174 100 133 0 60 63 224 124 32
Binary 1011 1111100 1000000 1011011 0 110000 110011 10010100 1010100 11010

Color Harmonies of #0B7C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7C40

Black with #0B7C40

Text Example


Text Example

White with #0B7C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,124,64); }

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

background-color css

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

 a { background-color: rgb(11,124,64); }

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

border-color css

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

 span { border-color: rgb(11,124,64); }

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