Html Css Color HEX #09664B Watercourse

📋 copy color: '#09664B'

red 9 ◦ green 102 ◦ blue 75

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

Shades of Watercourse #09664B

Tints of Watercourse #09664B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 4.84%
G = 54.84%
B = 40.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#09664B (or 0x09664B) is known color: Watercourse. HEX triplet: 09, 66 and 4B. RGB value is (9,102,75). Sum of RGB (Red+Green+Blue) = 9+102+75=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #09664B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09664B is #F699B4. Grayscale: #474747. Windows color (decimal): -16161205 or 4941321. OLE color: 4941321.

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

Color convert

RGB 9 102 75 -
CMYK 0.91 0 0.26 0.6
HSL 162.58º 0.84% 0.22% -
HSV(B) 162.58º 0.91% 0.4% -
XYZ 6.13 10.07 8.28 -
YUV 71.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 9 102 75 0.91 0 0.26 0.6 162.58 0.84 0.22
Hex 9 66 4B 5B 0 1A 3C A3 54 16
Octal 11 146 113 133 0 32 74 243 124 26
Binary 1001 1100110 1001011 1011011 0 11010 111100 10100011 1010100 10110

Color Harmonies of #09664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09664B

Black with #09664B

Text Example


Text Example

White with #09664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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