Html Css Color HEX #096341 Jewel

📋 copy color: '#096341'

red 9 ◦ green 99 ◦ blue 65

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

Shades of Jewel #096341

Tints of Jewel #096341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.23%

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

R = 5.2%
G = 57.23%
B = 37.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#096341 (or 0x096341) is known color: Jewel. HEX triplet: 09, 63 and 41. RGB value is (9,99,65). Sum of RGB (Red+Green+Blue) = 9+99+65=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #096341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096341 is #F69CBE. Grayscale: #444444. Windows color (decimal): -16161983 or 4285193. OLE color: 4285193.

HSL color Cylindrical-coordinate representation of color #096341: hue angle of 157.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096341 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 99 65 -
CMYK 0.91 0 0.34 0.61
HSL 157.33º 0.83% 0.21% -
HSV(B) 157.33º 0.91% 0.39% -
XYZ 5.53 9.36 6.52 -
YUV 68.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 9 99 65 0.91 0 0.34 0.61 157.33 0.83 0.21
Hex 9 63 41 5B 0 22 3D 9D 53 15
Octal 11 143 101 133 0 42 75 235 123 25
Binary 1001 1100011 1000001 1011011 0 100010 111101 10011101 1010011 10101

Color Harmonies of #096341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096341

Black with #096341

Text Example


Text Example

White with #096341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096341; }

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

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

background-color css

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

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

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

border-color css

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

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

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