Html Css Color HEX #09604F Watercourse

📋 copy color: '#09604F'

red 9 ◦ green 96 ◦ blue 79

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

Shades of Watercourse #09604F

Tints of Watercourse #09604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 4.89%
G = 52.17%
B = 42.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#09604F (or 0x09604F) is known color: Watercourse. HEX triplet: 09, 60 and 4F. RGB value is (9,96,79). Sum of RGB (Red+Green+Blue) = 9+96+79=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #09604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09604F is #F69FB0. Grayscale: #444444. Windows color (decimal): -16162737 or 5201929. OLE color: 5201929.

HSL color Cylindrical-coordinate representation of color #09604F: hue angle of 168.28º 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 #09604F is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 79 -
CMYK 0.91 0 0.18 0.62
HSL 168.28º 0.83% 0.21% -
HSV(B) 168.28º 0.91% 0.38% -
XYZ 5.71 8.99 8.83 -
YUV 68.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 9 96 79 0.91 0 0.18 0.62 168.28 0.83 0.21
Hex 9 60 4F 5B 0 12 3E A8 53 15
Octal 11 140 117 133 0 22 76 250 123 25
Binary 1001 1100000 1001111 1011011 0 10010 111110 10101000 1010011 10101

Color Harmonies of #09604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09604F

Black with #09604F

Text Example


Text Example

White with #09604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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