Html Css Color HEX #0D7F6E Pine Green

📋 copy color: '#0D7F6E'

red 13 ◦ green 127 ◦ blue 110

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

Shades of Pine Green #0D7F6E

Tints of Pine Green #0D7F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44%

R = 5.2%
G = 50.8%
B = 44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#0D7F6E (or 0x0D7F6E) is known color: Pine Green. HEX triplet: 0D, 7F and 6E. RGB value is (13,127,110). Sum of RGB (Red+Green+Blue) = 13+127+110=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F6E is #F28091. Grayscale: #5A5A5A. Windows color (decimal): -15892626 or 7241485. OLE color: 7241485.

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

Color convert

RGB 13 127 110 -
CMYK 0.90 0 0.13 0.50
HSL 171.05º 0.81% 0.27% -
HSV(B) 171.05º 0.9% 0.5% -
XYZ 10.57 16.39 17.36 -
YUV 90.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 13 127 110 0.90 0 0.13 0.50 171.05 0.81 0.27
Hex D 7F 6E 5A 0 D 32 AB 51 1B
Octal 15 177 156 132 0 15 62 253 121 33
Binary 1101 1111111 1101110 1011010 0 1101 110010 10101011 1010001 11011

Color Harmonies of #0D7F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F6E

Black with #0D7F6E

Text Example


Text Example

White with #0D7F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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