Html Css Color HEX #0B7273 Pine Green

📋 copy color: '#0B7273'

red 11 ◦ green 114 ◦ blue 115

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

Shades of Pine Green #0B7273

Tints of Pine Green #0B7273

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0B7273: hue angle of 180.58º 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 #0B7273 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 114 115 -
CMYK 0.90 0.01 0 0.55
HSL 180.58º 0.83% 0.25% -
HSV(B) 180.58º 0.9% 0.45% -
XYZ 9.25 13.34 18.31 -
YUV 83.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 11 114 115 0.90 0.01 0 0.55 180.58 0.83 0.25
Hex B 72 73 5A 1 0 37 B5 53 19
Octal 13 162 163 132 1 0 67 265 123 31
Binary 1011 1110010 1110011 1011010 1 0 110111 10110101 1010011 11001

Color Harmonies of #0B7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7273

Black with #0B7273

Text Example


Text Example

White with #0B7273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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