Html Css Color HEX #096955 Watercourse

📋 copy color: '#096955'

red 9 ◦ green 105 ◦ blue 85

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

Shades of Watercourse #096955

Tints of Watercourse #096955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 4.52%
G = 52.76%
B = 42.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#096955 (or 0x096955) is known color: Watercourse. HEX triplet: 09, 69 and 55. RGB value is (9,105,85). Sum of RGB (Red+Green+Blue) = 9+105+85=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #096955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096955 is #F696AA. Grayscale: #494949. Windows color (decimal): -16160427 or 5597449. OLE color: 5597449.

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

Color convert

RGB 9 105 85 -
CMYK 0.91 0 0.19 0.59
HSL 167.5º 0.84% 0.22% -
HSV(B) 167.5º 0.91% 0.41% -
XYZ 6.8 10.82 10.32 -
YUV 74.02 134.2 81.63 -
System Red Green Blue C M Y K H S L
Decimal 9 105 85 0.91 0 0.19 0.59 167.5 0.84 0.22
Hex 9 69 55 5B 0 13 3B A8 54 16
Octal 11 151 125 133 0 23 73 250 124 26
Binary 1001 1101001 1010101 1011011 0 10011 111011 10101000 1010100 10110

Color Harmonies of #096955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096955

Black with #096955

Text Example


Text Example

White with #096955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096955; }

 p { color: rgb(9,105,85); }

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

background-color css

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

 a { background-color: rgb(9,105,85); }

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

border-color css

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

 span { border-color: rgb(9,105,85); }

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