Html Css Color HEX #0D706A Pine Green

📋 copy color: '#0D706A'

red 13 ◦ green 112 ◦ blue 106

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

Shades of Pine Green #0D706A

Tints of Pine Green #0D706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.89%

R = 5.63%
G = 48.48%
B = 45.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#0D706A (or 0x0D706A) is known color: Pine Green. HEX triplet: 0D, 70 and 6A. RGB value is (13,112,106). Sum of RGB (Red+Green+Blue) = 13+112+106=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #0D706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D706A is #F28F95. Grayscale: #515151. Windows color (decimal): -15896470 or 6975501. OLE color: 6975501.

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

Color convert

RGB 13 112 106 -
CMYK 0.88 0 0.05 0.56
HSL 176.36º 0.79% 0.25% -
HSV(B) 176.36º 0.88% 0.44% -
XYZ 8.56 12.71 15.64 -
YUV 81.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 13 112 106 0.88 0 0.05 0.56 176.36 0.79 0.25
Hex D 70 6A 58 0 5 38 B0 4F 19
Octal 15 160 152 130 0 5 70 260 117 31
Binary 1101 1110000 1101010 1011000 0 101 111000 10110000 1001111 11001

Color Harmonies of #0D706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D706A

Black with #0D706A

Text Example


Text Example

White with #0D706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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