Html Css Color HEX #096853 Watercourse

📋 copy color: '#096853'

red 9 ◦ green 104 ◦ blue 83

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

Shades of Watercourse #096853

Tints of Watercourse #096853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.06%

 BLUE value IS 83 (32.81% from 255) = 42.35%

R = 4.59%
G = 53.06%
B = 42.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#096853 (or 0x096853) is known color: Watercourse. HEX triplet: 09, 68 and 53. RGB value is (9,104,83). Sum of RGB (Red+Green+Blue) = 9+104+83=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #096853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096853 is #F697AC. Grayscale: #494949. Windows color (decimal): -16160685 or 5466121. OLE color: 5466121.

HSL color Cylindrical-coordinate representation of color #096853: hue angle of 166.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096853 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 83 -
CMYK 0.91 0 0.20 0.59
HSL 166.74º 0.84% 0.22% -
HSV(B) 166.74º 0.91% 0.41% -
XYZ 6.62 10.58 9.88 -
YUV 73.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 9 104 83 0.91 0 0.20 0.59 166.74 0.84 0.22
Hex 9 68 53 5B 0 14 3B A7 54 16
Octal 11 150 123 133 0 24 73 247 124 26
Binary 1001 1101000 1010011 1011011 0 10100 111011 10100111 1010100 10110

Color Harmonies of #096853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096853

Black with #096853

Text Example


Text Example

White with #096853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096853; }

 p { color: rgb(9,104,83); }

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

background-color css

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

 a { background-color: rgb(9,104,83); }

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

border-color css

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

 span { border-color: rgb(9,104,83); }

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