Html Css Color HEX #096B40 Jewel

📋 copy color: '#096B40'

red 9 ◦ green 107 ◦ blue 64

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

Shades of Jewel #096B40

Tints of Jewel #096B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.44%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 5%
G = 59.44%
B = 35.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#096B40 (or 0x096B40) is known color: Jewel. HEX triplet: 09, 6B and 40. RGB value is (9,107,64). Sum of RGB (Red+Green+Blue) = 9+107+64=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #096B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B40 is #F694BF. Grayscale: #484848. Windows color (decimal): -16159936 or 4221705. OLE color: 4221705.

HSL color Cylindrical-coordinate representation of color #096B40: hue angle of 153.67º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B40 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 64 -
CMYK 0.92 0 0.40 0.58
HSL 153.67º 0.84% 0.23% -
HSV(B) 153.67º 0.92% 0.42% -
XYZ 6.3 10.94 6.63 -
YUV 72.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 9 107 64 0.92 0 0.40 0.58 153.67 0.84 0.23
Hex 9 6B 40 5C 0 28 3A 9A 54 17
Octal 11 153 100 134 0 50 72 232 124 27
Binary 1001 1101011 1000000 1011100 0 101000 111010 10011010 1010100 10111

Color Harmonies of #096B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B40

Black with #096B40

Text Example


Text Example

White with #096B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,64); }

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

background-color css

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

 a { background-color: rgb(9,107,64); }

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

border-color css

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

 span { border-color: rgb(9,107,64); }

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