Html Css Color HEX #09664D Watercourse

📋 copy color: '#09664D'

red 9 ◦ green 102 ◦ blue 77

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

Shades of Watercourse #09664D

Tints of Watercourse #09664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.26%

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

R = 4.79%
G = 54.26%
B = 40.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#09664D (or 0x09664D) is known color: Watercourse. HEX triplet: 09, 66 and 4D. RGB value is (9,102,77). Sum of RGB (Red+Green+Blue) = 9+102+77=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #09664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09664D is #F699B2. Grayscale: #474747. Windows color (decimal): -16161203 or 5072393. OLE color: 5072393.

HSL color Cylindrical-coordinate representation of color #09664D: hue angle of 163.87º 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 #09664D is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 77 -
CMYK 0.91 0 0.25 0.6
HSL 163.87º 0.84% 0.22% -
HSV(B) 163.87º 0.91% 0.4% -
XYZ 6.2 10.1 8.64 -
YUV 71.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 9 102 77 0.91 0 0.25 0.6 163.87 0.84 0.22
Hex 9 66 4D 5B 0 19 3C A4 54 16
Octal 11 146 115 133 0 31 74 244 124 26
Binary 1001 1100110 1001101 1011011 0 11001 111100 10100100 1010100 10110

Color Harmonies of #09664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09664D

Black with #09664D

Text Example


Text Example

White with #09664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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