Html Css Color HEX #0B7F3F Dark Spring Green

📋 copy color: '#0B7F3F'

red 11 ◦ green 127 ◦ blue 63

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

Shades of Dark Spring Green #0B7F3F

Tints of Dark Spring Green #0B7F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 63.18%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 5.47%
G = 63.18%
B = 31.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#0B7F3F (or 0x0B7F3F) is known color: Dark Spring Green. HEX triplet: 0B, 7F and 3F. RGB value is (11,127,63). Sum of RGB (Red+Green+Blue) = 11+127+63=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7F3F is #F480C0. Grayscale: #555555. Windows color (decimal): -16023745 or 4161291. OLE color: 4161291.

HSL color Cylindrical-coordinate representation of color #0B7F3F: hue angle of 146.9º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7F3F is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 11 127 63 -
CMYK 0.91 0 0.50 0.50
HSL 146.9º 0.84% 0.27% -
HSV(B) 146.9º 0.91% 0.5% -
XYZ 8.62 15.61 7.26 -
YUV 85.02 115.57 75.2 -
System Red Green Blue C M Y K H S L
Decimal 11 127 63 0.91 0 0.50 0.50 146.9 0.84 0.27
Hex B 7F 3F 5B 0 32 32 93 54 1B
Octal 13 177 77 133 0 62 62 223 124 33
Binary 1011 1111111 111111 1011011 0 110010 110010 10010011 1010100 11011

Color Harmonies of #0B7F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7F3F

Black with #0B7F3F

Text Example


Text Example

White with #0B7F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,127,63); }

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

background-color css

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

 a { background-color: rgb(11,127,63); }

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

border-color css

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

 span { border-color: rgb(11,127,63); }

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