Html Css Color HEX #0D664D Watercourse

📋 copy color: '#0D664D'

red 13 ◦ green 102 ◦ blue 77

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

Shades of Watercourse #0D664D

Tints of Watercourse #0D664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.13%

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 6.77%
G = 53.13%
B = 40.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#0D664D (or 0x0D664D) is known color: Watercourse. HEX triplet: 0D, 66 and 4D. RGB value is (13,102,77). Sum of RGB (Red+Green+Blue) = 13+102+77=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #0D664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D664D is #F299B2. Grayscale: #484848. Windows color (decimal): -15899059 or 5072397. OLE color: 5072397.

HSL color Cylindrical-coordinate representation of color #0D664D: hue angle of 163.15º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D664D is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 102 77 -
CMYK 0.87 0 0.25 0.6
HSL 163.15º 0.77% 0.23% -
HSV(B) 163.15º 0.87% 0.4% -
XYZ 6.26 10.12 8.65 -
YUV 72.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 13 102 77 0.87 0 0.25 0.6 163.15 0.77 0.23
Hex D 66 4D 57 0 19 3C A3 4D 17
Octal 15 146 115 127 0 31 74 243 115 27
Binary 1101 1100110 1001101 1010111 0 11001 111100 10100011 1001101 10111

Color Harmonies of #0D664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D664D

Black with #0D664D

Text Example


Text Example

White with #0D664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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