Html Css Color HEX #096F3D Jewel

📋 copy color: '#096F3D'

red 9 ◦ green 111 ◦ blue 61

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

Shades of Jewel #096F3D

Tints of Jewel #096F3D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 61.33%

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 4.97%
G = 61.33%
B = 33.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#096F3D (or 0x096F3D) is known color: Jewel. HEX triplet: 09, 6F and 3D. RGB value is (9,111,61). Sum of RGB (Red+Green+Blue) = 9+111+61=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #096F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F3D is #F690C2. Grayscale: #4A4A4A. Windows color (decimal): -16158915 or 4026121. OLE color: 4026121.

HSL color Cylindrical-coordinate representation of color #096F3D: hue angle of 150.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F3D is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 61 -
CMYK 0.92 0 0.45 0.56
HSL 150.59º 0.85% 0.24% -
HSV(B) 150.59º 0.92% 0.44% -
XYZ 6.64 11.76 6.34 -
YUV 74.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 9 111 61 0.92 0 0.45 0.56 150.59 0.85 0.24
Hex 9 6F 3D 5C 0 2D 38 97 55 18
Octal 11 157 75 134 0 55 70 227 125 30
Binary 1001 1101111 111101 1011100 0 101101 111000 10010111 1010101 11000

Color Harmonies of #096F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F3D

Black with #096F3D

Text Example


Text Example

White with #096F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,111,61); }

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

background-color css

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

 a { background-color: rgb(9,111,61); }

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

border-color css

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

 span { border-color: rgb(9,111,61); }

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