Html Css Color HEX #096541 Jewel

📋 copy color: '#096541'

red 9 ◦ green 101 ◦ blue 65

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

Shades of Jewel #096541

Tints of Jewel #096541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.71%

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

R = 5.14%
G = 57.71%
B = 37.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#096541 (or 0x096541) is known color: Jewel. HEX triplet: 09, 65 and 41. RGB value is (9,101,65). Sum of RGB (Red+Green+Blue) = 9+101+65=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #096541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096541 is #F69ABE. Grayscale: #454545. Windows color (decimal): -16161471 or 4285705. OLE color: 4285705.

HSL color Cylindrical-coordinate representation of color #096541: hue angle of 156.52º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096541 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 65 -
CMYK 0.91 0 0.36 0.60
HSL 156.52º 0.84% 0.22% -
HSV(B) 156.52º 0.91% 0.4% -
XYZ 5.72 9.75 6.58 -
YUV 69.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 9 101 65 0.91 0 0.36 0.60 156.52 0.84 0.22
Hex 9 65 41 5B 0 24 3C 9D 54 16
Octal 11 145 101 133 0 44 74 235 124 26
Binary 1001 1100101 1000001 1011011 0 100100 111100 10011101 1010100 10110

Color Harmonies of #096541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096541

Black with #096541

Text Example


Text Example

White with #096541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096541; }

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

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

background-color css

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

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

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

border-color css

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

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

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