Html Css Color HEX #0D694F Watercourse

📋 copy color: '#0D694F'

red 13 ◦ green 105 ◦ blue 79

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

Shades of Watercourse #0D694F

Tints of Watercourse #0D694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.3%

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 6.6%
G = 53.3%
B = 40.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#0D694F (or 0x0D694F) is known color: Watercourse. HEX triplet: 0D, 69 and 4F. RGB value is (13,105,79). Sum of RGB (Red+Green+Blue) = 13+105+79=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #0D694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D694F is #F296B0. Grayscale: #4A4A4A. Windows color (decimal): -15898289 or 5204237. OLE color: 5204237.

HSL color Cylindrical-coordinate representation of color #0D694F: hue angle of 163.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D694F is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 105 79 -
CMYK 0.88 0 0.25 0.59
HSL 163.04º 0.78% 0.23% -
HSV(B) 163.04º 0.88% 0.41% -
XYZ 6.63 10.75 9.12 -
YUV 74.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 13 105 79 0.88 0 0.25 0.59 163.04 0.78 0.23
Hex D 69 4F 58 0 19 3B A3 4E 17
Octal 15 151 117 130 0 31 73 243 116 27
Binary 1101 1101001 1001111 1011000 0 11001 111011 10100011 1001110 10111

Color Harmonies of #0D694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D694F

Black with #0D694F

Text Example


Text Example

White with #0D694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,105,79); }

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

background-color css

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

 a { background-color: rgb(13,105,79); }

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

border-color css

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

 span { border-color: rgb(13,105,79); }

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