Html Css Color HEX #095845 Jewel

📋 copy color: '#095845'

red 9 ◦ green 88 ◦ blue 69

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

Shades of Jewel #095845

Tints of Jewel #095845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.01%

 BLUE value IS 69 (27.34% from 255) = 41.57%

R = 5.42%
G = 53.01%
B = 41.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#095845 (or 0x095845) is known color: Jewel. HEX triplet: 09, 58 and 45. RGB value is (9,88,69). Sum of RGB (Red+Green+Blue) = 9+88+69=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #095845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095845 is #F6A7BA. Grayscale: #3E3E3E. Windows color (decimal): -16164795 or 4544521. OLE color: 4544521.

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

Color convert

RGB 9 88 69 -
CMYK 0.90 0 0.22 0.65
HSL 165.57º 0.81% 0.19% -
HSV(B) 165.57º 0.9% 0.35% -
XYZ 4.68 7.47 6.83 -
YUV 62.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 9 88 69 0.90 0 0.22 0.65 165.57 0.81 0.19
Hex 9 58 45 5A 0 16 41 A6 51 13
Octal 11 130 105 132 0 26 101 246 121 23
Binary 1001 1011000 1000101 1011010 0 10110 1000001 10100110 1010001 10011

Color Harmonies of #095845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095845

Black with #095845

Text Example


Text Example

White with #095845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095845; }

 p { color: rgb(9,88,69); }

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

background-color css

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

 a { background-color: rgb(9,88,69); }

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

border-color css

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

 span { border-color: rgb(9,88,69); }

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