Html Css Color HEX #096247 Watercourse

📋 copy color: '#096247'

red 9 ◦ green 98 ◦ blue 71

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

Shades of Watercourse #096247

Tints of Watercourse #096247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 5.06%
G = 55.06%
B = 39.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#096247 (or 0x096247) is known color: Watercourse. HEX triplet: 09, 62 and 47. RGB value is (9,98,71). Sum of RGB (Red+Green+Blue) = 9+98+71=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #096247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096247 is #F69DB8. Grayscale: #444444. Windows color (decimal): -16162233 or 4678153. OLE color: 4678153.

HSL color Cylindrical-coordinate representation of color #096247: hue angle of 161.8º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096247 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 98 71 -
CMYK 0.91 0 0.28 0.62
HSL 161.8º 0.83% 0.21% -
HSV(B) 161.8º 0.91% 0.38% -
XYZ 5.62 9.25 7.45 -
YUV 68.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 9 98 71 0.91 0 0.28 0.62 161.8 0.83 0.21
Hex 9 62 47 5B 0 1C 3E A2 53 15
Octal 11 142 107 133 0 34 76 242 123 25
Binary 1001 1100010 1000111 1011011 0 11100 111110 10100010 1010011 10101

Color Harmonies of #096247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096247

Black with #096247

Text Example


Text Example

White with #096247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096247; }

 p { color: rgb(9,98,71); }

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

background-color css

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

 a { background-color: rgb(9,98,71); }

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

border-color css

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

 span { border-color: rgb(9,98,71); }

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