Html Css Color HEX #095741 Jewel

📋 copy color: '#095741'

red 9 ◦ green 87 ◦ blue 65

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

Shades of Jewel #095741

Tints of Jewel #095741

RGB

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

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

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

R = 5.59%
G = 54.04%
B = 40.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#095741 (or 0x095741) is known color: Jewel. HEX triplet: 09, 57 and 41. RGB value is (9,87,65). Sum of RGB (Red+Green+Blue) = 9+87+65=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #095741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095741 is #F6A8BE. Grayscale: #3D3D3D. Windows color (decimal): -16165055 or 4282121. OLE color: 4282121.

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

Color convert

RGB 9 87 65 -
CMYK 0.90 0 0.25 0.66
HSL 163.08º 0.81% 0.19% -
HSV(B) 163.08º 0.9% 0.34% -
XYZ 4.47 7.26 6.17 -
YUV 61.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 9 87 65 0.90 0 0.25 0.66 163.08 0.81 0.19
Hex 9 57 41 5A 0 19 42 A3 51 13
Octal 11 127 101 132 0 31 102 243 121 23
Binary 1001 1010111 1000001 1011010 0 11001 1000010 10100011 1010001 10011

Color Harmonies of #095741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095741

Black with #095741

Text Example


Text Example

White with #095741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095741; }

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

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

background-color css

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

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

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

border-color css

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

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

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