Html Css Color HEX #0D674D Watercourse

📋 copy color: '#0D674D'

red 13 ◦ green 103 ◦ blue 77

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

Shades of Watercourse #0D674D

Tints of Watercourse #0D674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.37%

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

R = 6.74%
G = 53.37%
B = 39.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#0D674D (or 0x0D674D) is known color: Watercourse. HEX triplet: 0D, 67 and 4D. RGB value is (13,103,77). Sum of RGB (Red+Green+Blue) = 13+103+77=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #0D674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D674D is #F298B2. Grayscale: #494949. Windows color (decimal): -15898803 or 5072653. OLE color: 5072653.

HSL color Cylindrical-coordinate representation of color #0D674D: hue angle of 162.67º degrees, saturation: 0.78, 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 #0D674D is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 13 103 77 -
CMYK 0.87 0 0.25 0.60
HSL 162.67º 0.78% 0.23% -
HSV(B) 162.67º 0.87% 0.4% -
XYZ 6.36 10.32 8.68 -
YUV 73.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 13 103 77 0.87 0 0.25 0.60 162.67 0.78 0.23
Hex D 67 4D 57 0 19 3C A3 4E 17
Octal 15 147 115 127 0 31 74 243 116 27
Binary 1101 1100111 1001101 1010111 0 11001 111100 10100011 1001110 10111

Color Harmonies of #0D674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D674D

Black with #0D674D

Text Example


Text Example

White with #0D674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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