Html Css Color HEX #095B45 Jewel

📋 copy color: '#095B45'

red 9 ◦ green 91 ◦ blue 69

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

Shades of Jewel #095B45

Tints of Jewel #095B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 53.85%

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

R = 5.33%
G = 53.85%
B = 40.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#095B45 (or 0x095B45) is known color: Jewel. HEX triplet: 09, 5B and 45. RGB value is (9,91,69). Sum of RGB (Red+Green+Blue) = 9+91+69=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #095B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B45 is #F6A4BA. Grayscale: #3F3F3F. Windows color (decimal): -16164027 or 4545289. OLE color: 4545289.

HSL color Cylindrical-coordinate representation of color #095B45: hue angle of 163.9º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B45 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 91 69 -
CMYK 0.90 0 0.24 0.64
HSL 163.9º 0.82% 0.2% -
HSV(B) 163.9º 0.9% 0.36% -
XYZ 4.93 7.97 6.91 -
YUV 63.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 9 91 69 0.90 0 0.24 0.64 163.9 0.82 0.2
Hex 9 5B 45 5A 0 18 40 A4 52 14
Octal 11 133 105 132 0 30 100 244 122 24
Binary 1001 1011011 1000101 1011010 0 11000 1000000 10100100 1010010 10100

Color Harmonies of #095B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B45

Black with #095B45

Text Example


Text Example

White with #095B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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