Html Css Color HEX #095640 Jewel

📋 copy color: '#095640'

red 9 ◦ green 86 ◦ blue 64

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

Shades of Jewel #095640

Tints of Jewel #095640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 5.66%
G = 54.09%
B = 40.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#095640 (or 0x095640) is known color: Jewel. HEX triplet: 09, 56 and 40. RGB value is (9,86,64). Sum of RGB (Red+Green+Blue) = 9+86+64=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #095640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095640 is #F6A9BF. Grayscale: #3C3C3C. Windows color (decimal): -16165312 or 4216329. OLE color: 4216329.

HSL color Cylindrical-coordinate representation of color #095640: hue angle of 162.86º 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 #095640 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 64 -
CMYK 0.90 0 0.26 0.66
HSL 162.86º 0.81% 0.19% -
HSV(B) 162.86º 0.9% 0.34% -
XYZ 4.37 7.08 5.99 -
YUV 60.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 9 86 64 0.90 0 0.26 0.66 162.86 0.81 0.19
Hex 9 56 40 5A 0 1A 42 A3 51 13
Octal 11 126 100 132 0 32 102 243 121 23
Binary 1001 1010110 1000000 1011010 0 11010 1000010 10100011 1010001 10011

Color Harmonies of #095640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095640

Black with #095640

Text Example


Text Example

White with #095640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095640; }

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

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

background-color css

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

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

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

border-color css

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

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

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