Html Css Color HEX #096D45 Jewel

📋 copy color: '#096D45'

red 9 ◦ green 109 ◦ blue 69

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

Shades of Jewel #096D45

Tints of Jewel #096D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 4.81%
G = 58.29%
B = 36.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#096D45 (or 0x096D45) is known color: Jewel. HEX triplet: 09, 6D and 45. RGB value is (9,109,69). Sum of RGB (Red+Green+Blue) = 9+109+69=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #096D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D45 is #F692BA. Grayscale: #4A4A4A. Windows color (decimal): -16159419 or 4549897. OLE color: 4549897.

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

Color convert

RGB 9 109 69 -
CMYK 0.92 0 0.37 0.57
HSL 156º 0.85% 0.23% -
HSV(B) 156º 0.92% 0.43% -
XYZ 6.66 11.43 7.48 -
YUV 74.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 9 109 69 0.92 0 0.37 0.57 156 0.85 0.23
Hex 9 6D 45 5C 0 25 39 9C 55 17
Octal 11 155 105 134 0 45 71 234 125 27
Binary 1001 1101101 1000101 1011100 0 100101 111001 10011100 1010101 10111

Color Harmonies of #096D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D45

Black with #096D45

Text Example


Text Example

White with #096D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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