Html Css Color HEX #096D44 Jewel

📋 copy color: '#096D44'

red 9 ◦ green 109 ◦ blue 68

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

Shades of Jewel #096D44

Tints of Jewel #096D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 4.84%
G = 58.6%
B = 36.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#096D44 (or 0x096D44) is known color: Jewel. HEX triplet: 09, 6D and 44. RGB value is (9,109,68). Sum of RGB (Red+Green+Blue) = 9+109+68=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #096D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D44 is #F692BB. Grayscale: #4A4A4A. Windows color (decimal): -16159420 or 4484361. OLE color: 4484361.

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

Color convert

RGB 9 109 68 -
CMYK 0.92 0 0.38 0.57
HSL 155.4º 0.85% 0.23% -
HSV(B) 155.4º 0.92% 0.43% -
XYZ 6.62 11.41 7.32 -
YUV 74.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 9 109 68 0.92 0 0.38 0.57 155.4 0.85 0.23
Hex 9 6D 44 5C 0 26 39 9B 55 17
Octal 11 155 104 134 0 46 71 233 125 27
Binary 1001 1101101 1000100 1011100 0 100110 111001 10011011 1010101 10111

Color Harmonies of #096D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D44

Black with #096D44

Text Example


Text Example

White with #096D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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