Html Css Color HEX #098961 Deep Sea

📋 copy color: '#098961'

red 9 ◦ green 137 ◦ blue 97

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

Shades of Deep Sea #098961

Tints of Deep Sea #098961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.38%

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

R = 3.7%
G = 56.38%
B = 39.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#098961 (or 0x098961) is known color: Deep Sea. HEX triplet: 09, 89 and 61. RGB value is (9,137,97). Sum of RGB (Red+Green+Blue) = 9+137+97=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #098961 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098961 is #F6769E. Grayscale: #5E5E5E. Windows color (decimal): -16152223 or 6392073. OLE color: 6392073.

HSL color Cylindrical-coordinate representation of color #098961: hue angle of 161.25º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098961 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 97 -
CMYK 0.93 0 0.29 0.46
HSL 161.25º 0.88% 0.29% -
HSV(B) 161.25º 0.93% 0.54% -
XYZ 11.22 18.81 14.35 -
YUV 94.17 129.59 67.25 -
System Red Green Blue C M Y K H S L
Decimal 9 137 97 0.93 0 0.29 0.46 161.25 0.88 0.29
Hex 9 89 61 5D 0 1D 2E A1 58 1D
Octal 11 211 141 135 0 35 56 241 130 35
Binary 1001 10001001 1100001 1011101 0 11101 101110 10100001 1011000 11101

Color Harmonies of #098961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098961

Black with #098961

Text Example


Text Example

White with #098961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098961; }

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

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

background-color css

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

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

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

border-color css

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

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

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