Html Css Color HEX #0D7266 Pine Green

📋 copy color: '#0D7266'

red 13 ◦ green 114 ◦ blue 102

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

Shades of Pine Green #0D7266

Tints of Pine Green #0D7266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

 BLUE value IS 102 (40.23% from 255) = 44.54%

R = 5.68%
G = 49.78%
B = 44.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#0D7266 (or 0x0D7266) is known color: Pine Green. HEX triplet: 0D, 72 and 66. RGB value is (13,114,102). Sum of RGB (Red+Green+Blue) = 13+114+102=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7266 is #F28D99. Grayscale: #525252. Windows color (decimal): -15895962 or 6713869. OLE color: 6713869.

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

Color convert

RGB 13 114 102 -
CMYK 0.89 0 0.11 0.55
HSL 172.87º 0.8% 0.25% -
HSV(B) 172.87º 0.89% 0.45% -
XYZ 8.58 13.08 14.64 -
YUV 82.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 13 114 102 0.89 0 0.11 0.55 172.87 0.8 0.25
Hex D 72 66 59 0 B 37 AD 50 19
Octal 15 162 146 131 0 13 67 255 120 31
Binary 1101 1110010 1100110 1011001 0 1011 110111 10101101 1010000 11001

Color Harmonies of #0D7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7266

Black with #0D7266

Text Example


Text Example

White with #0D7266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,114,102); }

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

background-color css

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

 a { background-color: rgb(13,114,102); }

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

border-color css

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

 span { border-color: rgb(13,114,102); }

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