Html Css Color HEX #096248 Watercourse

📋 copy color: '#096248'

red 9 ◦ green 98 ◦ blue 72

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

Shades of Watercourse #096248

Tints of Watercourse #096248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 5.03%
G = 54.75%
B = 40.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#096248 (or 0x096248) is known color: Watercourse. HEX triplet: 09, 62 and 48. RGB value is (9,98,72). Sum of RGB (Red+Green+Blue) = 9+98+72=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #096248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096248 is #F69DB7. Grayscale: #444444. Windows color (decimal): -16162232 or 4743689. OLE color: 4743689.

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

Color convert

RGB 9 98 72 -
CMYK 0.91 0 0.27 0.62
HSL 162.47º 0.83% 0.21% -
HSV(B) 162.47º 0.91% 0.38% -
XYZ 5.65 9.26 7.62 -
YUV 68.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 9 98 72 0.91 0 0.27 0.62 162.47 0.83 0.21
Hex 9 62 48 5B 0 1B 3E A2 53 15
Octal 11 142 110 133 0 33 76 242 123 25
Binary 1001 1100010 1001000 1011011 0 11011 111110 10100010 1010011 10101

Color Harmonies of #096248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096248

Black with #096248

Text Example


Text Example

White with #096248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096248; }

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

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

background-color css

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

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

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

border-color css

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

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

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