Html Css Color HEX #096941 Jewel

📋 copy color: '#096941'

red 9 ◦ green 105 ◦ blue 65

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

Shades of Jewel #096941

Tints of Jewel #096941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.66%

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

R = 5.03%
G = 58.66%
B = 36.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#096941 (or 0x096941) is known color: Jewel. HEX triplet: 09, 69 and 41. RGB value is (9,105,65). Sum of RGB (Red+Green+Blue) = 9+105+65=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #096941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096941 is #F696BE. Grayscale: #474747. Windows color (decimal): -16160447 or 4286729. OLE color: 4286729.

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

Color convert

RGB 9 105 65 -
CMYK 0.91 0 0.38 0.59
HSL 155º 0.84% 0.22% -
HSV(B) 155º 0.91% 0.41% -
XYZ 6.12 10.54 6.71 -
YUV 71.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 9 105 65 0.91 0 0.38 0.59 155 0.84 0.22
Hex 9 69 41 5B 0 26 3B 9B 54 16
Octal 11 151 101 133 0 46 73 233 124 26
Binary 1001 1101001 1000001 1011011 0 100110 111011 10011011 1010100 10110

Color Harmonies of #096941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096941

Black with #096941

Text Example


Text Example

White with #096941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096941; }

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

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

background-color css

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

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

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

border-color css

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

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

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