Html Css Color HEX #096548 Watercourse

📋 copy color: '#096548'

red 9 ◦ green 101 ◦ blue 72

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

Shades of Watercourse #096548

Tints of Watercourse #096548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.49%

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

R = 4.95%
G = 55.49%
B = 39.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#096548 (or 0x096548) is known color: Watercourse. HEX triplet: 09, 65 and 48. RGB value is (9,101,72). Sum of RGB (Red+Green+Blue) = 9+101+72=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #096548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096548 is #F69AB7. Grayscale: #464646. Windows color (decimal): -16161464 or 4744457. OLE color: 4744457.

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

Color convert

RGB 9 101 72 -
CMYK 0.91 0 0.29 0.60
HSL 161.09º 0.84% 0.22% -
HSV(B) 161.09º 0.91% 0.4% -
XYZ 5.94 9.83 7.72 -
YUV 70.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 9 101 72 0.91 0 0.29 0.60 161.09 0.84 0.22
Hex 9 65 48 5B 0 1D 3C A1 54 16
Octal 11 145 110 133 0 35 74 241 124 26
Binary 1001 1100101 1001000 1011011 0 11101 111100 10100001 1010100 10110

Color Harmonies of #096548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096548

Black with #096548

Text Example


Text Example

White with #096548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096548; }

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

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

background-color css

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

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

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

border-color css

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

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

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