Html Css Color HEX #0B7C43 Dark Spring Green

📋 copy color: '#0B7C43'

red 11 ◦ green 124 ◦ blue 67

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

Shades of Dark Spring Green #0B7C43

Tints of Dark Spring Green #0B7C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 5.45%
G = 61.39%
B = 33.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#0B7C43 (or 0x0B7C43) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 43. RGB value is (11,124,67). Sum of RGB (Red+Green+Blue) = 11+124+67=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C43 is #F483BC. Grayscale: #535353. Windows color (decimal): -16024509 or 4422667. OLE color: 4422667.

HSL color Cylindrical-coordinate representation of color #0B7C43: hue angle of 149.73º 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 #0B7C43 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 124 67 -
CMYK 0.91 0 0.46 0.51
HSL 149.73º 0.84% 0.26% -
HSV(B) 149.73º 0.91% 0.49% -
XYZ 8.36 14.89 7.74 -
YUV 83.72 118.56 76.13 -
System Red Green Blue C M Y K H S L
Decimal 11 124 67 0.91 0 0.46 0.51 149.73 0.84 0.26
Hex B 7C 43 5B 0 2E 33 96 54 1A
Octal 13 174 103 133 0 56 63 226 124 32
Binary 1011 1111100 1000011 1011011 0 101110 110011 10010110 1010100 11010

Color Harmonies of #0B7C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7C43

Black with #0B7C43

Text Example


Text Example

White with #0B7C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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