Html Css Color HEX #0B7C71 Pine Green

📋 copy color: '#0B7C71'

red 11 ◦ green 124 ◦ blue 113

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

Shades of Pine Green #0B7C71

Tints of Pine Green #0B7C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 4.44%
G = 50%
B = 45.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#0B7C71 (or 0x0B7C71) is known color: Pine Green. HEX triplet: 0B, 7C and 71. RGB value is (11,124,113). Sum of RGB (Red+Green+Blue) = 11+124+113=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C71 is #F4838E. Grayscale: #585858. Windows color (decimal): -16024463 or 7437323. OLE color: 7437323.

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

Color convert

RGB 11 124 113 -
CMYK 0.91 0 0.09 0.51
HSL 174.16º 0.84% 0.26% -
HSV(B) 174.16º 0.91% 0.49% -
XYZ 10.33 15.68 18.1 -
YUV 88.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 11 124 113 0.91 0 0.09 0.51 174.16 0.84 0.26
Hex B 7C 71 5B 0 9 33 AE 54 1A
Octal 13 174 161 133 0 11 63 256 124 32
Binary 1011 1111100 1110001 1011011 0 1001 110011 10101110 1010100 11010

Color Harmonies of #0B7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7C71

Black with #0B7C71

Text Example


Text Example

White with #0B7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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