Html Css Color HEX #0B706B Pine Green

📋 copy color: '#0B706B'

red 11 ◦ green 112 ◦ blue 107

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

Shades of Pine Green #0B706B

Tints of Pine Green #0B706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.7%

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

R = 4.78%
G = 48.7%
B = 46.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#0B706B (or 0x0B706B) is known color: Pine Green. HEX triplet: 0B, 70 and 6B. RGB value is (11,112,107). Sum of RGB (Red+Green+Blue) = 11+112+107=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #0B706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B706B is #F48F94. Grayscale: #515151. Windows color (decimal): -16027541 or 7041035. OLE color: 7041035.

HSL color Cylindrical-coordinate representation of color #0B706B: hue angle of 177.03º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B706B is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 112 107 -
CMYK 0.90 0 0.04 0.56
HSL 177.03º 0.82% 0.24% -
HSV(B) 177.03º 0.9% 0.44% -
XYZ 8.59 12.72 15.91 -
YUV 81.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 11 112 107 0.90 0 0.04 0.56 177.03 0.82 0.24
Hex B 70 6B 5A 0 4 38 B1 52 18
Octal 13 160 153 132 0 4 70 261 122 30
Binary 1011 1110000 1101011 1011010 0 100 111000 10110001 1010010 11000

Color Harmonies of #0B706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B706B

Black with #0B706B

Text Example


Text Example

White with #0B706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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