Html Css Color HEX #096E3C Jewel

📋 copy color: '#096E3C'

red 9 ◦ green 110 ◦ blue 60

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

Shades of Jewel #096E3C

Tints of Jewel #096E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 5.03%
G = 61.45%
B = 33.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#096E3C (or 0x096E3C) is known color: Jewel. HEX triplet: 09, 6E and 3C. RGB value is (9,110,60). Sum of RGB (Red+Green+Blue) = 9+110+60=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #096E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E3C is #F691C3. Grayscale: #4A4A4A. Windows color (decimal): -16159172 or 3960329. OLE color: 3960329.

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

Color convert

RGB 9 110 60 -
CMYK 0.92 0 0.45 0.57
HSL 150.3º 0.85% 0.23% -
HSV(B) 150.3º 0.92% 0.43% -
XYZ 6.5 11.54 6.16 -
YUV 74.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 9 110 60 0.92 0 0.45 0.57 150.3 0.85 0.23
Hex 9 6E 3C 5C 0 2D 39 96 55 17
Octal 11 156 74 134 0 55 71 226 125 27
Binary 1001 1101110 111100 1011100 0 101101 111001 10010110 1010101 10111

Color Harmonies of #096E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E3C

Black with #096E3C

Text Example


Text Example

White with #096E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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