Html Css Color HEX #0D706C Pine Green

📋 copy color: '#0D706C'

red 13 ◦ green 112 ◦ blue 108

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

Shades of Pine Green #0D706C

Tints of Pine Green #0D706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

 BLUE value IS 108 (42.58% from 255) = 46.35%

R = 5.58%
G = 48.07%
B = 46.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#0D706C (or 0x0D706C) is known color: Pine Green. HEX triplet: 0D, 70 and 6C. RGB value is (13,112,108). Sum of RGB (Red+Green+Blue) = 13+112+108=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #0D706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D706C is #F28F93. Grayscale: #515151. Windows color (decimal): -15896468 or 7106573. OLE color: 7106573.

HSL color Cylindrical-coordinate representation of color #0D706C: hue angle of 177.58º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D706C is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 108 -
CMYK 0.88 0 0.04 0.56
HSL 177.58º 0.79% 0.25% -
HSV(B) 177.58º 0.88% 0.44% -
XYZ 8.67 12.76 16.19 -
YUV 81.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 13 112 108 0.88 0 0.04 0.56 177.58 0.79 0.25
Hex D 70 6C 58 0 4 38 B2 4F 19
Octal 15 160 154 130 0 4 70 262 117 31
Binary 1101 1110000 1101100 1011000 0 100 111000 10110010 1001111 11001

Color Harmonies of #0D706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D706C

Black with #0D706C

Text Example


Text Example

White with #0D706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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