Html Css Color HEX #096B3E Jewel

📋 copy color: '#096B3E'

red 9 ◦ green 107 ◦ blue 62

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

Shades of Jewel #096B3E

Tints of Jewel #096B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.11%

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

R = 5.06%
G = 60.11%
B = 34.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#096B3E (or 0x096B3E) is known color: Jewel. HEX triplet: 09, 6B and 3E. RGB value is (9,107,62). Sum of RGB (Red+Green+Blue) = 9+107+62=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #096B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B3E is #F694C1. Grayscale: #484848. Windows color (decimal): -16159938 or 4090633. OLE color: 4090633.

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

Color convert

RGB 9 107 62 -
CMYK 0.92 0 0.42 0.58
HSL 152.45º 0.84% 0.23% -
HSV(B) 152.45º 0.92% 0.42% -
XYZ 6.24 10.92 6.34 -
YUV 72.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 9 107 62 0.92 0 0.42 0.58 152.45 0.84 0.23
Hex 9 6B 3E 5C 0 2A 3A 98 54 17
Octal 11 153 76 134 0 52 72 230 124 27
Binary 1001 1101011 111110 1011100 0 101010 111010 10011000 1010100 10111

Color Harmonies of #096B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B3E

Black with #096B3E

Text Example


Text Example

White with #096B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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