Html Css Color HEX #0B726B Pine Green

📋 copy color: '#0B726B'

red 11 ◦ green 114 ◦ blue 107

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

Shades of Pine Green #0B726B

Tints of Pine Green #0B726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.12%

R = 4.74%
G = 49.14%
B = 46.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#0B726B (or 0x0B726B) is known color: Pine Green. HEX triplet: 0B, 72 and 6B. RGB value is (11,114,107). Sum of RGB (Red+Green+Blue) = 11+114+107=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #0B726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B726B is #F48D94. Grayscale: #525252. Windows color (decimal): -16027029 or 7041547. OLE color: 7041547.

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

Color convert

RGB 11 114 107 -
CMYK 0.90 0 0.06 0.55
HSL 175.92º 0.82% 0.25% -
HSV(B) 175.92º 0.9% 0.45% -
XYZ 8.81 13.17 15.99 -
YUV 82.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 11 114 107 0.90 0 0.06 0.55 175.92 0.82 0.25
Hex B 72 6B 5A 0 6 37 B0 52 19
Octal 13 162 153 132 0 6 67 260 122 31
Binary 1011 1110010 1101011 1011010 0 110 110111 10110000 1010010 11001

Color Harmonies of #0B726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B726B

Black with #0B726B

Text Example


Text Example

White with #0B726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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