Html Css Color HEX #095947 Watercourse

📋 copy color: '#095947'

red 9 ◦ green 89 ◦ blue 71

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

Shades of Watercourse #095947

Tints of Watercourse #095947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.66%

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

R = 5.33%
G = 52.66%
B = 42.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#095947 (or 0x095947) is known color: Watercourse. HEX triplet: 09, 59 and 47. RGB value is (9,89,71). Sum of RGB (Red+Green+Blue) = 9+89+71=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #095947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095947 is #F6A6B8. Grayscale: #3F3F3F. Windows color (decimal): -16164537 or 4675849. OLE color: 4675849.

HSL color Cylindrical-coordinate representation of color #095947: hue angle of 166.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095947 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 71 -
CMYK 0.90 0 0.20 0.65
HSL 166.5º 0.82% 0.19% -
HSV(B) 166.5º 0.9% 0.35% -
XYZ 4.82 7.66 7.19 -
YUV 63.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 9 89 71 0.90 0 0.20 0.65 166.5 0.82 0.19
Hex 9 59 47 5A 0 14 41 A6 52 13
Octal 11 131 107 132 0 24 101 246 122 23
Binary 1001 1011001 1000111 1011010 0 10100 1000001 10100110 1010010 10011

Color Harmonies of #095947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095947

Black with #095947

Text Example


Text Example

White with #095947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095947; }

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

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

background-color css

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

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

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

border-color css

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

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

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