Html Css Color HEX #0D726F Pine Green

📋 copy color: '#0D726F'

red 13 ◦ green 114 ◦ blue 111

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

Shades of Pine Green #0D726F

Tints of Pine Green #0D726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 5.46%
G = 47.9%
B = 46.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#0D726F (or 0x0D726F) is known color: Pine Green. HEX triplet: 0D, 72 and 6F. RGB value is (13,114,111). Sum of RGB (Red+Green+Blue) = 13+114+111=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #0D726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D726F is #F28D90. Grayscale: #535353. Windows color (decimal): -15895953 or 7303693. OLE color: 7303693.

HSL color Cylindrical-coordinate representation of color #0D726F: hue angle of 178.22º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D726F is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 114 111 -
CMYK 0.89 0 0.03 0.55
HSL 178.22º 0.8% 0.25% -
HSV(B) 178.22º 0.89% 0.45% -
XYZ 9.05 13.27 17.12 -
YUV 83.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 13 114 111 0.89 0 0.03 0.55 178.22 0.8 0.25
Hex D 72 6F 59 0 3 37 B2 50 19
Octal 15 162 157 131 0 3 67 262 120 31
Binary 1101 1110010 1101111 1011001 0 11 110111 10110010 1010000 11001

Color Harmonies of #0D726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D726F

Black with #0D726F

Text Example


Text Example

White with #0D726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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