Html Css Color HEX #096150 Watercourse

📋 copy color: '#096150'

red 9 ◦ green 97 ◦ blue 80

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

Shades of Watercourse #096150

Tints of Watercourse #096150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.15%

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 4.84%
G = 52.15%
B = 43.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#096150 (or 0x096150) is known color: Watercourse. HEX triplet: 09, 61 and 50. RGB value is (9,97,80). Sum of RGB (Red+Green+Blue) = 9+97+80=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #096150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096150 is #F69EAF. Grayscale: #444444. Windows color (decimal): -16162480 or 5267721. OLE color: 5267721.

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

Color convert

RGB 9 97 80 -
CMYK 0.91 0 0.18 0.62
HSL 168.41º 0.83% 0.21% -
HSV(B) 168.41º 0.91% 0.38% -
XYZ 5.84 9.19 9.06 -
YUV 68.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 9 97 80 0.91 0 0.18 0.62 168.41 0.83 0.21
Hex 9 61 50 5B 0 12 3E A8 53 15
Octal 11 141 120 133 0 22 76 250 123 25
Binary 1001 1100001 1010000 1011011 0 10010 111110 10101000 1010011 10101

Color Harmonies of #096150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096150

Black with #096150

Text Example


Text Example

White with #096150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096150; }

 p { color: rgb(9,97,80); }

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

background-color css

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

 a { background-color: rgb(9,97,80); }

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

border-color css

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

 span { border-color: rgb(9,97,80); }

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