Html Css Color HEX #0D756D Pine Green

📋 copy color: '#0D756D'

red 13 ◦ green 117 ◦ blue 109

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

Shades of Pine Green #0D756D

Tints of Pine Green #0D756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 5.44%
G = 48.95%
B = 45.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#0D756D (or 0x0D756D) is known color: Pine Green. HEX triplet: 0D, 75 and 6D. RGB value is (13,117,109). Sum of RGB (Red+Green+Blue) = 13+117+109=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #0D756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D756D is #F28A92. Grayscale: #545454. Windows color (decimal): -15895187 or 7173389. OLE color: 7173389.

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

Color convert

RGB 13 117 109 -
CMYK 0.89 0 0.07 0.54
HSL 175.38º 0.8% 0.25% -
HSV(B) 175.38º 0.89% 0.46% -
XYZ 9.29 13.91 16.66 -
YUV 84.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 13 117 109 0.89 0 0.07 0.54 175.38 0.8 0.25
Hex D 75 6D 59 0 7 36 AF 50 19
Octal 15 165 155 131 0 7 66 257 120 31
Binary 1101 1110101 1101101 1011001 0 111 110110 10101111 1010000 11001

Color Harmonies of #0D756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D756D

Black with #0D756D

Text Example


Text Example

White with #0D756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,117,109); }

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

background-color css

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

 a { background-color: rgb(13,117,109); }

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

border-color css

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

 span { border-color: rgb(13,117,109); }

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