Html Css Color HEX #0B7372 Pine Green

📋 copy color: '#0B7372'

red 11 ◦ green 115 ◦ blue 114

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

Shades of Pine Green #0B7372

Tints of Pine Green #0B7372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 4.58%
G = 47.92%
B = 47.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#0B7372 (or 0x0B7372) is known color: Pine Green. HEX triplet: 0B, 73 and 72. RGB value is (11,115,114). Sum of RGB (Red+Green+Blue) = 11+115+114=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7372 is #F48C8D. Grayscale: #535353. Windows color (decimal): -16026766 or 7500555. OLE color: 7500555.

HSL color Cylindrical-coordinate representation of color #0B7372: hue angle of 179.42º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7372 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 115 114 -
CMYK 0.90 0 0.01 0.55
HSL 179.42º 0.83% 0.25% -
HSV(B) 179.42º 0.9% 0.45% -
XYZ 9.31 13.55 18.04 -
YUV 83.79 145.04 76.08 -
System Red Green Blue C M Y K H S L
Decimal 11 115 114 0.90 0 0.01 0.55 179.42 0.83 0.25
Hex B 73 72 5A 0 1 37 B3 53 19
Octal 13 163 162 132 0 1 67 263 123 31
Binary 1011 1110011 1110010 1011010 0 1 110111 10110011 1010011 11001

Color Harmonies of #0B7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7372

Black with #0B7372

Text Example


Text Example

White with #0B7372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,114); }

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

background-color css

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

 a { background-color: rgb(11,115,114); }

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

border-color css

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

 span { border-color: rgb(11,115,114); }

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