Html Css Color HEX #096E3E Jewel

📋 copy color: '#096E3E'

red 9 ◦ green 110 ◦ blue 62

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

Shades of Jewel #096E3E

Tints of Jewel #096E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 4.97%
G = 60.77%
B = 34.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#096E3E (or 0x096E3E) is known color: Jewel. HEX triplet: 09, 6E and 3E. RGB value is (9,110,62). Sum of RGB (Red+Green+Blue) = 9+110+62=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 110 (43.36% from 255 or 60.77% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 110 - color contains mainly: green. Hex color #096E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E3E is #F691C1. Grayscale: #4A4A4A. Windows color (decimal): -16159170 or 4091401. OLE color: 4091401.

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

Color convert

RGB 9 110 62 -
CMYK 0.92 0 0.44 0.57
HSL 151.49º 0.85% 0.23% -
HSV(B) 151.49º 0.92% 0.43% -
XYZ 6.56 11.56 6.44 -
YUV 74.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 9 110 62 0.92 0 0.44 0.57 151.49 0.85 0.23
Hex 9 6E 3E 5C 0 2C 39 97 55 17
Octal 11 156 76 134 0 54 71 227 125 27
Binary 1001 1101110 111110 1011100 0 101100 111001 10010111 1010101 10111

Color Harmonies of #096E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E3E

Black with #096E3E

Text Example


Text Example

White with #096E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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