Html Css Color HEX #098561 Deep Sea

📋 copy color: '#098561'

red 9 ◦ green 133 ◦ blue 97

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

Shades of Deep Sea #098561

Tints of Deep Sea #098561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 97 (38.28% from 255) = 40.59%

R = 3.77%
G = 55.65%
B = 40.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#098561 (or 0x098561) is known color: Deep Sea. HEX triplet: 09, 85 and 61. RGB value is (9,133,97). Sum of RGB (Red+Green+Blue) = 9+133+97=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #098561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098561 is #F67A9E. Grayscale: #5B5B5B. Windows color (decimal): -16153247 or 6391049. OLE color: 6391049.

HSL color Cylindrical-coordinate representation of color #098561: hue angle of 162.58º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098561 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 97 -
CMYK 0.93 0 0.27 0.48
HSL 162.58º 0.87% 0.28% -
HSV(B) 162.58º 0.93% 0.52% -
XYZ 10.66 17.7 14.16 -
YUV 91.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 9 133 97 0.93 0 0.27 0.48 162.58 0.87 0.28
Hex 9 85 61 5D 0 1B 30 A3 57 1C
Octal 11 205 141 135 0 33 60 243 127 34
Binary 1001 10000101 1100001 1011101 0 11011 110000 10100011 1010111 11100

Color Harmonies of #098561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098561

Black with #098561

Text Example


Text Example

White with #098561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098561; }

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

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

background-color css

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

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

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

border-color css

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

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

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