Html Css Color HEX #096D66 Blue Stone

📋 copy color: '#096D66'

red 9 ◦ green 109 ◦ blue 102

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

Shades of Blue Stone #096D66

Tints of Blue Stone #096D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.55%

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

R = 4.09%
G = 49.55%
B = 46.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#096D66 (or 0x096D66) is known color: Blue Stone. HEX triplet: 09, 6D and 66. RGB value is (9,109,102). Sum of RGB (Red+Green+Blue) = 9+109+102=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #096D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D66 is #F69299. Grayscale: #4E4E4E. Windows color (decimal): -16159386 or 6712585. OLE color: 6712585.

HSL color Cylindrical-coordinate representation of color #096D66: hue angle of 175.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D66 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 109 102 -
CMYK 0.92 0 0.06 0.57
HSL 175.8º 0.85% 0.23% -
HSV(B) 175.8º 0.92% 0.43% -
XYZ 7.98 11.95 14.46 -
YUV 78.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 9 109 102 0.92 0 0.06 0.57 175.8 0.85 0.23
Hex 9 6D 66 5C 0 6 39 B0 55 17
Octal 11 155 146 134 0 6 71 260 125 27
Binary 1001 1101101 1100110 1011100 0 110 111001 10110000 1010101 10111

Color Harmonies of #096D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D66

Black with #096D66

Text Example


Text Example

White with #096D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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