Html Css Color HEX #0D796C Pine Green

📋 copy color: '#0D796C'

red 13 ◦ green 121 ◦ blue 108

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

Shades of Pine Green #0D796C

Tints of Pine Green #0D796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50%

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

R = 5.37%
G = 50%
B = 44.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#0D796C (or 0x0D796C) is known color: Pine Green. HEX triplet: 0D, 79 and 6C. RGB value is (13,121,108). Sum of RGB (Red+Green+Blue) = 13+121+108=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #0D796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D796C is #F28693. Grayscale: #575757. Windows color (decimal): -15894164 or 7108877. OLE color: 7108877.

HSL color Cylindrical-coordinate representation of color #0D796C: hue angle of 172.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D796C is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 121 108 -
CMYK 0.89 0 0.11 0.53
HSL 172.78º 0.81% 0.26% -
HSV(B) 172.78º 0.89% 0.47% -
XYZ 9.71 14.84 16.54 -
YUV 87.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 13 121 108 0.89 0 0.11 0.53 172.78 0.81 0.26
Hex D 79 6C 59 0 B 35 AD 51 1A
Octal 15 171 154 131 0 13 65 255 121 32
Binary 1101 1111001 1101100 1011001 0 1011 110101 10101101 1010001 11010

Color Harmonies of #0D796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D796C

Black with #0D796C

Text Example


Text Example

White with #0D796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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