Html Css Color HEX #096B42 Jewel

📋 copy color: '#096B42'

red 9 ◦ green 107 ◦ blue 66

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

Shades of Jewel #096B42

Tints of Jewel #096B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 4.95%
G = 58.79%
B = 36.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#096B42 (or 0x096B42) is known color: Jewel. HEX triplet: 09, 6B and 42. RGB value is (9,107,66). Sum of RGB (Red+Green+Blue) = 9+107+66=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #096B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B42 is #F694BD. Grayscale: #494949. Windows color (decimal): -16159934 or 4352777. OLE color: 4352777.

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

Color convert

RGB 9 107 66 -
CMYK 0.92 0 0.38 0.58
HSL 154.9º 0.84% 0.23% -
HSV(B) 154.9º 0.92% 0.42% -
XYZ 6.35 10.97 6.94 -
YUV 73.02 124.03 82.33 -
System Red Green Blue C M Y K H S L
Decimal 9 107 66 0.92 0 0.38 0.58 154.9 0.84 0.23
Hex 9 6B 42 5C 0 26 3A 9B 54 17
Octal 11 153 102 134 0 46 72 233 124 27
Binary 1001 1101011 1000010 1011100 0 100110 111010 10011011 1010100 10111

Color Harmonies of #096B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B42

Black with #096B42

Text Example


Text Example

White with #096B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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