Html Css Color HEX #096B61 Blue Stone

📋 copy color: '#096B61'

red 9 ◦ green 107 ◦ blue 97

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

Shades of Blue Stone #096B61

Tints of Blue Stone #096B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.23%

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

R = 4.23%
G = 50.23%
B = 45.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#096B61 (or 0x096B61) is known color: Blue Stone. HEX triplet: 09, 6B and 61. RGB value is (9,107,97). Sum of RGB (Red+Green+Blue) = 9+107+97=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #096B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B61 is #F6949E. Grayscale: #4C4C4C. Windows color (decimal): -16159903 or 6384393. OLE color: 6384393.

HSL color Cylindrical-coordinate representation of color #096B61: hue angle of 173.88º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B61 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 97 -
CMYK 0.92 0 0.09 0.58
HSL 173.88º 0.84% 0.23% -
HSV(B) 173.88º 0.92% 0.42% -
XYZ 7.53 11.44 13.12 -
YUV 76.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 9 107 97 0.92 0 0.09 0.58 173.88 0.84 0.23
Hex 9 6B 61 5C 0 9 3A AE 54 17
Octal 11 153 141 134 0 11 72 256 124 27
Binary 1001 1101011 1100001 1011100 0 1001 111010 10101110 1010100 10111

Color Harmonies of #096B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B61

Black with #096B61

Text Example


Text Example

White with #096B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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