Html Css Color HEX #0D706F Pine Green

📋 copy color: '#0D706F'

red 13 ◦ green 112 ◦ blue 111

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

Shades of Pine Green #0D706F

Tints of Pine Green #0D706F

RGB

 RED value IS 13 (5.47% from 255) = 5.51%

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

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

R = 5.51%
G = 47.46%
B = 47.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#0D706F (or 0x0D706F) is known color: Pine Green. HEX triplet: 0D, 70 and 6F. RGB value is (13,112,111). Sum of RGB (Red+Green+Blue) = 13+112+111=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #0D706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D706F is #F28F90. Grayscale: #525252. Windows color (decimal): -15896465 or 7303181. OLE color: 7303181.

HSL color Cylindrical-coordinate representation of color #0D706F: hue angle of 179.39º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D706F is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 111 -
CMYK 0.88 0 0.01 0.56
HSL 179.39º 0.79% 0.25% -
HSV(B) 179.39º 0.88% 0.44% -
XYZ 8.83 12.82 17.05 -
YUV 82.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 13 112 111 0.88 0 0.01 0.56 179.39 0.79 0.25
Hex D 70 6F 58 0 1 38 B3 4F 19
Octal 15 160 157 130 0 1 70 263 117 31
Binary 1101 1110000 1101111 1011000 0 1 111000 10110011 1001111 11001

Color Harmonies of #0D706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D706F

Black with #0D706F

Text Example


Text Example

White with #0D706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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