Html Css Color HEX #096E41 Jewel

📋 copy color: '#096E41'

red 9 ◦ green 110 ◦ blue 65

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

Shades of Jewel #096E41

Tints of Jewel #096E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 59.78%

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

R = 4.89%
G = 59.78%
B = 35.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#096E41 (or 0x096E41) is known color: Jewel. HEX triplet: 09, 6E and 41. RGB value is (9,110,65). Sum of RGB (Red+Green+Blue) = 9+110+65=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 110 (43.36% from 255 or 59.78% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 110 - color contains mainly: green. Hex color #096E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E41 is #F691BE. Grayscale: #4A4A4A. Windows color (decimal): -16159167 or 4288009. OLE color: 4288009.

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

Color convert

RGB 9 110 65 -
CMYK 0.92 0 0.41 0.57
HSL 153.27º 0.85% 0.23% -
HSV(B) 153.27º 0.92% 0.43% -
XYZ 6.64 11.59 6.89 -
YUV 74.67 122.54 81.16 -
System Red Green Blue C M Y K H S L
Decimal 9 110 65 0.92 0 0.41 0.57 153.27 0.85 0.23
Hex 9 6E 41 5C 0 29 39 99 55 17
Octal 11 156 101 134 0 51 71 231 125 27
Binary 1001 1101110 1000001 1011100 0 101001 111001 10011001 1010101 10111

Color Harmonies of #096E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E41

Black with #096E41

Text Example


Text Example

White with #096E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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