Html Css Color HEX #096852 Watercourse

📋 copy color: '#096852'

red 9 ◦ green 104 ◦ blue 82

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

Shades of Watercourse #096852

Tints of Watercourse #096852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 4.62%
G = 53.33%
B = 42.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#096852 (or 0x096852) is known color: Watercourse. HEX triplet: 09, 68 and 52. RGB value is (9,104,82). Sum of RGB (Red+Green+Blue) = 9+104+82=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #096852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096852 is #F697AD. Grayscale: #494949. Windows color (decimal): -16160686 or 5400585. OLE color: 5400585.

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

Color convert

RGB 9 104 82 -
CMYK 0.91 0 0.21 0.59
HSL 166.11º 0.84% 0.22% -
HSV(B) 166.11º 0.91% 0.41% -
XYZ 6.59 10.57 9.68 -
YUV 73.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 9 104 82 0.91 0 0.21 0.59 166.11 0.84 0.22
Hex 9 68 52 5B 0 15 3B A6 54 16
Octal 11 150 122 133 0 25 73 246 124 26
Binary 1001 1101000 1010010 1011011 0 10101 111011 10100110 1010100 10110

Color Harmonies of #096852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096852

Black with #096852

Text Example


Text Example

White with #096852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096852; }

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

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

background-color css

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

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

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

border-color css

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

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

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