Html Css Color HEX #096B66 Blue Stone

📋 copy color: '#096B66'

red 9 ◦ green 107 ◦ blue 102

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

Shades of Blue Stone #096B66

Tints of Blue Stone #096B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 4.13%
G = 49.08%
B = 46.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#096B66 (or 0x096B66) is known color: Blue Stone. HEX triplet: 09, 6B and 66. RGB value is (9,107,102). Sum of RGB (Red+Green+Blue) = 9+107+102=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #096B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B66 is #F69499. Grayscale: #4D4D4D. Windows color (decimal): -16159898 or 6712073. OLE color: 6712073.

HSL color Cylindrical-coordinate representation of color #096B66: hue angle of 176.94º 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 #096B66 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 102 -
CMYK 0.92 0 0.05 0.58
HSL 176.94º 0.84% 0.23% -
HSV(B) 176.94º 0.92% 0.42% -
XYZ 7.77 11.53 14.39 -
YUV 77.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 9 107 102 0.92 0 0.05 0.58 176.94 0.84 0.23
Hex 9 6B 66 5C 0 5 3A B1 54 17
Octal 11 153 146 134 0 5 72 261 124 27
Binary 1001 1101011 1100110 1011100 0 101 111010 10110001 1010100 10111

Color Harmonies of #096B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B66

Black with #096B66

Text Example


Text Example

White with #096B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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