Html Css Color HEX #095641 Jewel

📋 copy color: '#095641'

red 9 ◦ green 86 ◦ blue 65

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

Shades of Jewel #095641

Tints of Jewel #095641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.75%

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

R = 5.63%
G = 53.75%
B = 40.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#095641 (or 0x095641) is known color: Jewel. HEX triplet: 09, 56 and 41. RGB value is (9,86,65). Sum of RGB (Red+Green+Blue) = 9+86+65=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #095641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095641 is #F6A9BE. Grayscale: #3C3C3C. Windows color (decimal): -16165311 or 4281865. OLE color: 4281865.

HSL color Cylindrical-coordinate representation of color #095641: hue angle of 163.64º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095641 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 65 -
CMYK 0.90 0 0.24 0.66
HSL 163.64º 0.81% 0.19% -
HSV(B) 163.64º 0.9% 0.34% -
XYZ 4.39 7.1 6.14 -
YUV 60.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 9 86 65 0.90 0 0.24 0.66 163.64 0.81 0.19
Hex 9 56 41 5A 0 18 42 A4 51 13
Octal 11 126 101 132 0 30 102 244 121 23
Binary 1001 1010110 1000001 1011010 0 11000 1000010 10100100 1010001 10011

Color Harmonies of #095641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095641

Black with #095641

Text Example


Text Example

White with #095641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095641; }

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

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

background-color css

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

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

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

border-color css

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

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

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