Html Css Color HEX #0D746E Pine Green

📋 copy color: '#0D746E'

red 13 ◦ green 116 ◦ blue 110

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

Shades of Pine Green #0D746E

Tints of Pine Green #0D746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

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

R = 5.44%
G = 48.54%
B = 46.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#0D746E (or 0x0D746E) is known color: Pine Green. HEX triplet: 0D, 74 and 6E. RGB value is (13,116,110). Sum of RGB (Red+Green+Blue) = 13+116+110=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #0D746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D746E is #F28B91. Grayscale: #545454. Windows color (decimal): -15895442 or 7238669. OLE color: 7238669.

HSL color Cylindrical-coordinate representation of color #0D746E: hue angle of 176.5º 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 #0D746E is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 116 110 -
CMYK 0.89 0 0.05 0.55
HSL 176.5º 0.8% 0.25% -
HSV(B) 176.5º 0.89% 0.45% -
XYZ 9.23 13.7 16.91 -
YUV 84.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 13 116 110 0.89 0 0.05 0.55 176.5 0.8 0.25
Hex D 74 6E 59 0 5 37 B1 50 19
Octal 15 164 156 131 0 5 67 261 120 31
Binary 1101 1110100 1101110 1011001 0 101 110111 10110001 1010000 11001

Color Harmonies of #0D746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D746E

Black with #0D746E

Text Example


Text Example

White with #0D746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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