Html Css Color HEX #0D7656 Watercourse

📋 copy color: '#0D7656'

red 13 ◦ green 118 ◦ blue 86

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

Shades of Watercourse #0D7656

Tints of Watercourse #0D7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.38%

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 5.99%
G = 54.38%
B = 39.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#0D7656 (or 0x0D7656) is known color: Watercourse. HEX triplet: 0D, 76 and 56. RGB value is (13,118,86). Sum of RGB (Red+Green+Blue) = 13+118+86=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7656 is #F289A9. Grayscale: #525252. Windows color (decimal): -15894954 or 5666317. OLE color: 5666317.

HSL color Cylindrical-coordinate representation of color #0D7656: hue angle of 161.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7656 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 118 86 -
CMYK 0.89 0 0.27 0.54
HSL 161.71º 0.8% 0.26% -
HSV(B) 161.71º 0.89% 0.46% -
XYZ 8.32 13.71 11.01 -
YUV 82.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 13 118 86 0.89 0 0.27 0.54 161.71 0.8 0.26
Hex D 76 56 59 0 1B 36 A2 50 1A
Octal 15 166 126 131 0 33 66 242 120 32
Binary 1101 1110110 1010110 1011001 0 11011 110110 10100010 1010000 11010

Color Harmonies of #0D7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7656

Black with #0D7656

Text Example


Text Example

White with #0D7656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,118,86); }

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

background-color css

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

 a { background-color: rgb(13,118,86); }

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

border-color css

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

 span { border-color: rgb(13,118,86); }

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