Html Css Color HEX #095744 Jewel

📋 copy color: '#095744'

red 9 ◦ green 87 ◦ blue 68

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

Shades of Jewel #095744

Tints of Jewel #095744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 53.05%

 BLUE value IS 68 (26.95% from 255) = 41.46%

R = 5.49%
G = 53.05%
B = 41.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#095744 (or 0x095744) is known color: Jewel. HEX triplet: 09, 57 and 44. RGB value is (9,87,68). Sum of RGB (Red+Green+Blue) = 9+87+68=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #095744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095744 is #F6A8BB. Grayscale: #3D3D3D. Windows color (decimal): -16165052 or 4478729. OLE color: 4478729.

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

Color convert

RGB 9 87 68 -
CMYK 0.90 0 0.22 0.66
HSL 165.38º 0.81% 0.19% -
HSV(B) 165.38º 0.9% 0.34% -
XYZ 4.56 7.29 6.64 -
YUV 61.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 9 87 68 0.90 0 0.22 0.66 165.38 0.81 0.19
Hex 9 57 44 5A 0 16 42 A5 51 13
Octal 11 127 104 132 0 26 102 245 121 23
Binary 1001 1010111 1000100 1011010 0 10110 1000010 10100101 1010001 10011

Color Harmonies of #095744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095744

Black with #095744

Text Example


Text Example

White with #095744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095744; }

 p { color: rgb(9,87,68); }

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

background-color css

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

 a { background-color: rgb(9,87,68); }

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

border-color css

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

 span { border-color: rgb(9,87,68); }

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