Html Css Color HEX #095945 Jewel

📋 copy color: '#095945'

red 9 ◦ green 89 ◦ blue 69

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

Shades of Jewel #095945

Tints of Jewel #095945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.29%

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

R = 5.39%
G = 53.29%
B = 41.32%

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

#095945 (or 0x095945) is known color: Jewel. HEX triplet: 09, 59 and 45. RGB value is (9,89,69). Sum of RGB (Red+Green+Blue) = 9+89+69=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #095945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095945 is #F6A6BA. Grayscale: #3E3E3E. Windows color (decimal): -16164539 or 4544777. OLE color: 4544777.

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

Color convert

RGB 9 89 69 -
CMYK 0.90 0 0.22 0.65
HSL 165º 0.82% 0.19% -
HSV(B) 165º 0.9% 0.35% -
XYZ 4.76 7.63 6.85 -
YUV 62.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 9 89 69 0.90 0 0.22 0.65 165 0.82 0.19
Hex 9 59 45 5A 0 16 41 A5 52 13
Octal 11 131 105 132 0 26 101 245 122 23
Binary 1001 1011001 1000101 1011010 0 10110 1000001 10100101 1010010 10011

Color Harmonies of #095945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095945

Black with #095945

Text Example


Text Example

White with #095945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095945; }

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

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

background-color css

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

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

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

border-color css

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

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

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