Html Css Color HEX #096B41 Jewel

📋 copy color: '#096B41'

red 9 ◦ green 107 ◦ blue 65

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

Shades of Jewel #096B41

Tints of Jewel #096B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 4.97%
G = 59.12%
B = 35.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#096B41 (or 0x096B41) is known color: Jewel. HEX triplet: 09, 6B and 41. RGB value is (9,107,65). Sum of RGB (Red+Green+Blue) = 9+107+65=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #096B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B41 is #F694BE. Grayscale: #484848. Windows color (decimal): -16159935 or 4287241. OLE color: 4287241.

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

Color convert

RGB 9 107 65 -
CMYK 0.92 0 0.39 0.58
HSL 154.29º 0.84% 0.23% -
HSV(B) 154.29º 0.92% 0.42% -
XYZ 6.32 10.96 6.78 -
YUV 72.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 9 107 65 0.92 0 0.39 0.58 154.29 0.84 0.23
Hex 9 6B 41 5C 0 27 3A 9A 54 17
Octal 11 153 101 134 0 47 72 232 124 27
Binary 1001 1101011 1000001 1011100 0 100111 111010 10011010 1010100 10111

Color Harmonies of #096B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B41

Black with #096B41

Text Example


Text Example

White with #096B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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