Html Css Color HEX #0D7F71 Pine Green

📋 copy color: '#0D7F71'

red 13 ◦ green 127 ◦ blue 113

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

Shades of Pine Green #0D7F71

Tints of Pine Green #0D7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 50.2%

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 5.14%
G = 50.2%
B = 44.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#0D7F71 (or 0x0D7F71) is known color: Pine Green. HEX triplet: 0D, 7F and 71. RGB value is (13,127,113). Sum of RGB (Red+Green+Blue) = 13+127+113=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F71 is #F2808E. Grayscale: #5B5B5B. Windows color (decimal): -15892623 or 7438093. OLE color: 7438093.

HSL color Cylindrical-coordinate representation of color #0D7F71: hue angle of 172.63º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F71 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 13 127 113 -
CMYK 0.90 0 0.11 0.50
HSL 172.63º 0.81% 0.27% -
HSV(B) 172.63º 0.9% 0.5% -
XYZ 10.74 16.46 18.23 -
YUV 91.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 13 127 113 0.90 0 0.11 0.50 172.63 0.81 0.27
Hex D 7F 71 5A 0 B 32 AD 51 1B
Octal 15 177 161 132 0 13 62 255 121 33
Binary 1101 1111111 1110001 1011010 0 1011 110010 10101101 1010001 11011

Color Harmonies of #0D7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F71

Black with #0D7F71

Text Example


Text Example

White with #0D7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,127,113); }

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

background-color css

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

 a { background-color: rgb(13,127,113); }

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

border-color css

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

 span { border-color: rgb(13,127,113); }

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