Html Css Color HEX #0D706B Pine Green

📋 copy color: '#0D706B'

red 13 ◦ green 112 ◦ blue 107

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

Shades of Pine Green #0D706B

Tints of Pine Green #0D706B

RGB

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

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

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

R = 5.6%
G = 48.28%
B = 46.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#0D706B (or 0x0D706B) is known color: Pine Green. HEX triplet: 0D, 70 and 6B. RGB value is (13,112,107). Sum of RGB (Red+Green+Blue) = 13+112+107=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #0D706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D706B is #F28F94. Grayscale: #515151. Windows color (decimal): -15896469 or 7041037. OLE color: 7041037.

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

Color convert

RGB 13 112 107 -
CMYK 0.88 0 0.04 0.56
HSL 176.97º 0.79% 0.25% -
HSV(B) 176.97º 0.88% 0.44% -
XYZ 8.61 12.74 15.91 -
YUV 81.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 13 112 107 0.88 0 0.04 0.56 176.97 0.79 0.25
Hex D 70 6B 58 0 4 38 B1 4F 19
Octal 15 160 153 130 0 4 70 261 117 31
Binary 1101 1110000 1101011 1011000 0 100 111000 10110001 1001111 11001

Color Harmonies of #0D706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D706B

Black with #0D706B

Text Example


Text Example

White with #0D706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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