Html Css Color HEX #096445 Jewel

📋 copy color: '#096445'

red 9 ◦ green 100 ◦ blue 69

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

Shades of Jewel #096445

Tints of Jewel #096445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 56.18%

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

R = 5.06%
G = 56.18%
B = 38.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#096445 (or 0x096445) is known color: Jewel. HEX triplet: 09, 64 and 45. RGB value is (9,100,69). Sum of RGB (Red+Green+Blue) = 9+100+69=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 100 (39.45% from 255 or 56.18% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 100 - color contains mainly: green. Hex color #096445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096445 is #F69BBA. Grayscale: #454545. Windows color (decimal): -16161723 or 4547593. OLE color: 4547593.

HSL color Cylindrical-coordinate representation of color #096445: hue angle of 159.56º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096445 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 69 -
CMYK 0.91 0 0.31 0.61
HSL 159.56º 0.83% 0.21% -
HSV(B) 159.56º 0.91% 0.39% -
XYZ 5.74 9.6 7.18 -
YUV 69.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 9 100 69 0.91 0 0.31 0.61 159.56 0.83 0.21
Hex 9 64 45 5B 0 1F 3D A0 53 15
Octal 11 144 105 133 0 37 75 240 123 25
Binary 1001 1100100 1000101 1011011 0 11111 111101 10100000 1010011 10101

Color Harmonies of #096445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096445

Black with #096445

Text Example


Text Example

White with #096445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096445; }

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

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

background-color css

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

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

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

border-color css

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

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

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