Html Css Color HEX #096D43 Jewel

📋 copy color: '#096D43'

red 9 ◦ green 109 ◦ blue 67

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

Shades of Jewel #096D43

Tints of Jewel #096D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 4.86%
G = 58.92%
B = 36.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#096D43 (or 0x096D43) is known color: Jewel. HEX triplet: 09, 6D and 43. RGB value is (9,109,67). Sum of RGB (Red+Green+Blue) = 9+109+67=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #096D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D43 is #F692BC. Grayscale: #4A4A4A. Windows color (decimal): -16159421 or 4418825. OLE color: 4418825.

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

Color convert

RGB 9 109 67 -
CMYK 0.92 0 0.39 0.57
HSL 154.8º 0.85% 0.23% -
HSV(B) 154.8º 0.92% 0.43% -
XYZ 6.59 11.4 7.16 -
YUV 74.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 9 109 67 0.92 0 0.39 0.57 154.8 0.85 0.23
Hex 9 6D 43 5C 0 27 39 9B 55 17
Octal 11 155 103 134 0 47 71 233 125 27
Binary 1001 1101101 1000011 1011100 0 100111 111001 10011011 1010101 10111

Color Harmonies of #096D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D43

Black with #096D43

Text Example


Text Example

White with #096D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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