Html Css Color HEX #0D7F70 Pine Green

📋 copy color: '#0D7F70'

red 13 ◦ green 127 ◦ blue 112

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

Shades of Pine Green #0D7F70

Tints of Pine Green #0D7F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 5.16%
G = 50.4%
B = 44.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#0D7F70 (or 0x0D7F70) is known color: Pine Green. HEX triplet: 0D, 7F and 70. RGB value is (13,127,112). Sum of RGB (Red+Green+Blue) = 13+127+112=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F70 is #F2808F. Grayscale: #5B5B5B. Windows color (decimal): -15892624 or 7372557. OLE color: 7372557.

HSL color Cylindrical-coordinate representation of color #0D7F70: hue angle of 172.11º 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 #0D7F70 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 13 127 112 -
CMYK 0.90 0 0.12 0.50
HSL 172.11º 0.81% 0.27% -
HSV(B) 172.11º 0.9% 0.5% -
XYZ 10.68 16.43 17.94 -
YUV 91.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 13 127 112 0.90 0 0.12 0.50 172.11 0.81 0.27
Hex D 7F 70 5A 0 C 32 AC 51 1B
Octal 15 177 160 132 0 14 62 254 121 33
Binary 1101 1111111 1110000 1011010 0 1100 110010 10101100 1010001 11011

Color Harmonies of #0D7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F70

Black with #0D7F70

Text Example


Text Example

White with #0D7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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