Html Css Color HEX #096554 Watercourse

📋 copy color: '#096554'

red 9 ◦ green 101 ◦ blue 84

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

Shades of Watercourse #096554

Tints of Watercourse #096554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.3%

R = 4.64%
G = 52.06%
B = 43.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#096554 (or 0x096554) is known color: Watercourse. HEX triplet: 09, 65 and 54. RGB value is (9,101,84). Sum of RGB (Red+Green+Blue) = 9+101+84=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #096554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096554 is #F69AAB. Grayscale: #474747. Windows color (decimal): -16161452 or 5530889. OLE color: 5530889.

HSL color Cylindrical-coordinate representation of color #096554: hue angle of 168.91º 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 #096554 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 84 -
CMYK 0.91 0 0.17 0.60
HSL 168.91º 0.84% 0.22% -
HSV(B) 168.91º 0.91% 0.4% -
XYZ 6.37 10.01 9.98 -
YUV 71.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 9 101 84 0.91 0 0.17 0.60 168.91 0.84 0.22
Hex 9 65 54 5B 0 11 3C A9 54 16
Octal 11 145 124 133 0 21 74 251 124 26
Binary 1001 1100101 1010100 1011011 0 10001 111100 10101001 1010100 10110

Color Harmonies of #096554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096554

Black with #096554

Text Example


Text Example

White with #096554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096554; }

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

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

background-color css

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

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

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

border-color css

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

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

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