Html Css Color HEX #096A41 Jewel

📋 copy color: '#096A41'

red 9 ◦ green 106 ◦ blue 65

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

Shades of Jewel #096A41

Tints of Jewel #096A41

RGB

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

 GREEN value IS 106 (41.8% from 255) = 58.89%

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 5%
G = 58.89%
B = 36.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#096A41 (or 0x096A41) is known color: Jewel. HEX triplet: 09, 6A and 41. RGB value is (9,106,65). Sum of RGB (Red+Green+Blue) = 9+106+65=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 106 (41.80% from 255 or 58.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 106 - color contains mainly: green. Hex color #096A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A41 is #F695BE. Grayscale: #484848. Windows color (decimal): -16160191 or 4286985. OLE color: 4286985.

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

Color convert

RGB 9 106 65 -
CMYK 0.92 0 0.39 0.58
HSL 154.64º 0.84% 0.23% -
HSV(B) 154.64º 0.92% 0.42% -
XYZ 6.22 10.75 6.75 -
YUV 72.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 9 106 65 0.92 0 0.39 0.58 154.64 0.84 0.23
Hex 9 6A 41 5C 0 27 3A 9B 54 17
Octal 11 152 101 134 0 47 72 233 124 27
Binary 1001 1101010 1000001 1011100 0 100111 111010 10011011 1010100 10111

Color Harmonies of #096A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A41

Black with #096A41

Text Example


Text Example

White with #096A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,65); }

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

background-color css

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

 a { background-color: rgb(9,106,65); }

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

border-color css

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

 span { border-color: rgb(9,106,65); }

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