Html Css Color HEX #0B706F Pine Green

📋 copy color: '#0B706F'

red 11 ◦ green 112 ◦ blue 111

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

Shades of Pine Green #0B706F

Tints of Pine Green #0B706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.44%

R = 4.7%
G = 47.86%
B = 47.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#0B706F (or 0x0B706F) is known color: Pine Green. HEX triplet: 0B, 70 and 6F. RGB value is (11,112,111). Sum of RGB (Red+Green+Blue) = 11+112+111=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #0B706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B706F is #F48F90. Grayscale: #515151. Windows color (decimal): -16027537 or 7303179. OLE color: 7303179.

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

Color convert

RGB 11 112 111 -
CMYK 0.90 0 0.01 0.56
HSL 179.41º 0.82% 0.24% -
HSV(B) 179.41º 0.9% 0.44% -
XYZ 8.8 12.81 17.05 -
YUV 81.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 11 112 111 0.90 0 0.01 0.56 179.41 0.82 0.24
Hex B 70 6F 5A 0 1 38 B3 52 18
Octal 13 160 157 132 0 1 70 263 122 30
Binary 1011 1110000 1101111 1011010 0 1 111000 10110011 1010010 11000

Color Harmonies of #0B706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B706F

Black with #0B706F

Text Example


Text Example

White with #0B706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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