Html Css Color HEX #096D41 Jewel

📋 copy color: '#096D41'

red 9 ◦ green 109 ◦ blue 65

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

Shades of Jewel #096D41

Tints of Jewel #096D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 59.56%

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

R = 4.92%
G = 59.56%
B = 35.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#096D41 (or 0x096D41) is known color: Jewel. HEX triplet: 09, 6D and 41. RGB value is (9,109,65). Sum of RGB (Red+Green+Blue) = 9+109+65=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 109 (42.97% from 255 or 59.56% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 109 - color contains mainly: green. Hex color #096D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D41 is #F692BE. Grayscale: #4A4A4A. Windows color (decimal): -16159423 or 4287753. OLE color: 4287753.

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

Color convert

RGB 9 109 65 -
CMYK 0.92 0 0.40 0.57
HSL 153.6º 0.85% 0.23% -
HSV(B) 153.6º 0.92% 0.43% -
XYZ 6.54 11.38 6.85 -
YUV 74.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 9 109 65 0.92 0 0.40 0.57 153.6 0.85 0.23
Hex 9 6D 41 5C 0 28 39 9A 55 17
Octal 11 155 101 134 0 50 71 232 125 27
Binary 1001 1101101 1000001 1011100 0 101000 111001 10011010 1010101 10111

Color Harmonies of #096D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D41

Black with #096D41

Text Example


Text Example

White with #096D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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