Html Css Color HEX #09604D Watercourse

📋 copy color: '#09604D'

red 9 ◦ green 96 ◦ blue 77

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

Shades of Watercourse #09604D

Tints of Watercourse #09604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.75%

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 4.95%
G = 52.75%
B = 42.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#09604D (or 0x09604D) is known color: Watercourse. HEX triplet: 09, 60 and 4D. RGB value is (9,96,77). Sum of RGB (Red+Green+Blue) = 9+96+77=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #09604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09604D is #F69FB2. Grayscale: #434343. Windows color (decimal): -16162739 or 5070857. OLE color: 5070857.

HSL color Cylindrical-coordinate representation of color #09604D: hue angle of 166.9º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09604D is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 77 -
CMYK 0.91 0 0.20 0.62
HSL 166.9º 0.83% 0.21% -
HSV(B) 166.9º 0.91% 0.38% -
XYZ 5.64 8.96 8.45 -
YUV 67.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 9 96 77 0.91 0 0.20 0.62 166.9 0.83 0.21
Hex 9 60 4D 5B 0 14 3E A7 53 15
Octal 11 140 115 133 0 24 76 247 123 25
Binary 1001 1100000 1001101 1011011 0 10100 111110 10100111 1010011 10101

Color Harmonies of #09604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09604D

Black with #09604D

Text Example


Text Example

White with #09604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09604D; }

 p { color: rgb(9,96,77); }

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

background-color css

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

 a { background-color: rgb(9,96,77); }

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

border-color css

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

 span { border-color: rgb(9,96,77); }

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