Html Css Color HEX #09694A Watercourse

📋 copy color: '#09694A'

red 9 ◦ green 105 ◦ blue 74

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

Shades of Watercourse #09694A

Tints of Watercourse #09694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 4.79%
G = 55.85%
B = 39.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#09694A (or 0x09694A) is known color: Watercourse. HEX triplet: 09, 69 and 4A. RGB value is (9,105,74). Sum of RGB (Red+Green+Blue) = 9+105+74=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #09694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09694A is #F696B5. Grayscale: #484848. Windows color (decimal): -16160438 or 4876553. OLE color: 4876553.

HSL color Cylindrical-coordinate representation of color #09694A: hue angle of 160.62º 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 #09694A is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 74 -
CMYK 0.91 0 0.30 0.59
HSL 160.63º 0.84% 0.22% -
HSV(B) 160.63º 0.91% 0.41% -
XYZ 6.4 10.66 8.2 -
YUV 72.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 9 105 74 0.91 0 0.30 0.59 160.63 0.84 0.22
Hex 9 69 4A 5B 0 1E 3B A1 54 16
Octal 11 151 112 133 0 36 73 241 124 26
Binary 1001 1101001 1001010 1011011 0 11110 111011 10100001 1010100 10110

Color Harmonies of #09694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09694A

Black with #09694A

Text Example


Text Example

White with #09694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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