Html Css Color HEX #096550 Watercourse

📋 copy color: '#096550'

red 9 ◦ green 101 ◦ blue 80

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

Shades of Watercourse #096550

Tints of Watercourse #096550

RGB

 RED value IS 9 (3.91% from 255) = 4.74%

 GREEN value IS 101 (39.84% from 255) = 53.16%

 BLUE value IS 80 (31.64% from 255) = 42.11%

R = 4.74%
G = 53.16%
B = 42.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#096550 (or 0x096550) is known color: Watercourse. HEX triplet: 09, 65 and 50. RGB value is (9,101,80). Sum of RGB (Red+Green+Blue) = 9+101+80=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #096550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096550 is #F69AAF. Grayscale: #474747. Windows color (decimal): -16161456 or 5268745. OLE color: 5268745.

HSL color Cylindrical-coordinate representation of color #096550: hue angle of 166.3º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096550 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 80 -
CMYK 0.91 0 0.21 0.60
HSL 166.3º 0.84% 0.22% -
HSV(B) 166.3º 0.91% 0.4% -
XYZ 6.21 9.94 9.18 -
YUV 71.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 9 101 80 0.91 0 0.21 0.60 166.3 0.84 0.22
Hex 9 65 50 5B 0 15 3C A6 54 16
Octal 11 145 120 133 0 25 74 246 124 26
Binary 1001 1100101 1010000 1011011 0 10101 111100 10100110 1010100 10110

Color Harmonies of #096550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096550

Black with #096550

Text Example


Text Example

White with #096550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096550; }

 p { color: rgb(9,101,80); }

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

background-color css

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

 a { background-color: rgb(9,101,80); }

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

border-color css

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

 span { border-color: rgb(9,101,80); }

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