Html Css Color HEX #096C65 Blue Stone

📋 copy color: '#096C65'

red 9 ◦ green 108 ◦ blue 101

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

Shades of Blue Stone #096C65

Tints of Blue Stone #096C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.54%

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 4.13%
G = 49.54%
B = 46.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#096C65 (or 0x096C65) is known color: Blue Stone. HEX triplet: 09, 6C and 65. RGB value is (9,108,101). Sum of RGB (Red+Green+Blue) = 9+108+101=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #096C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C65 is #F6939A. Grayscale: #4D4D4D. Windows color (decimal): -16159643 or 6646793. OLE color: 6646793.

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

Color convert

RGB 9 108 101 -
CMYK 0.92 0 0.06 0.58
HSL 175.76º 0.85% 0.23% -
HSV(B) 175.76º 0.92% 0.42% -
XYZ 7.82 11.72 14.16 -
YUV 77.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 9 108 101 0.92 0 0.06 0.58 175.76 0.85 0.23
Hex 9 6C 65 5C 0 6 3A B0 55 17
Octal 11 154 145 134 0 6 72 260 125 27
Binary 1001 1101100 1100101 1011100 0 110 111010 10110000 1010101 10111

Color Harmonies of #096C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C65

Black with #096C65

Text Example


Text Example

White with #096C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,101); }

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

background-color css

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

 a { background-color: rgb(9,108,101); }

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

border-color css

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

 span { border-color: rgb(9,108,101); }

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