Html Css Color HEX #096648 Watercourse

📋 copy color: '#096648'

red 9 ◦ green 102 ◦ blue 72

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

Shades of Watercourse #096648

Tints of Watercourse #096648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.34%

R = 4.92%
G = 55.74%
B = 39.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#096648 (or 0x096648) is known color: Watercourse. HEX triplet: 09, 66 and 48. RGB value is (9,102,72). Sum of RGB (Red+Green+Blue) = 9+102+72=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #096648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096648 is #F699B7. Grayscale: #464646. Windows color (decimal): -16161208 or 4744713. OLE color: 4744713.

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

Color convert

RGB 9 102 72 -
CMYK 0.91 0 0.29 0.6
HSL 160.65º 0.84% 0.22% -
HSV(B) 160.65º 0.91% 0.4% -
XYZ 6.03 10.03 7.75 -
YUV 70.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 9 102 72 0.91 0 0.29 0.6 160.65 0.84 0.22
Hex 9 66 48 5B 0 1D 3C A1 54 16
Octal 11 146 110 133 0 35 74 241 124 26
Binary 1001 1100110 1001000 1011011 0 11101 111100 10100001 1010100 10110

Color Harmonies of #096648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096648

Black with #096648

Text Example


Text Example

White with #096648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096648; }

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

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

background-color css

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

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

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

border-color css

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

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

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