#097145

Color #097145 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #097145

Tints of Jewel #097145

Color information

#097145 (or 0x097145) is unknown color: approx Jewel. HEX triplet: 09, 71 and 45. RGB value is (9,113,69). Sum of RGB (Red+Green+Blue) = 9+113+69=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #097145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097145 is #F68EBA. Grayscale: #4C4C4C. Windows color (decimal): -16158395 or 4550921. OLE color: 4550921.

HSL color Cylindrical-coordinate representation of color #097145: hue angle of 154.62º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097145 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB911369-
CMYK0.9200.390.56
HSL154.62º85.25%23.92%-
HSV(B)154.62º92.04%44.31%-
XYZ7.0912.37.63-
YUV76.89123.5479.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=4.71%
G=59.16%
B=36.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9113690.9200.390.56154.6285.2523.92
Hex971455C027389b5518
Octal111611051340477023312530
Binary1001111000110001011011100010011111100010011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097145; }

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

 H1.HeaderClassName
 {
   color: #097145;
 }
 .AnyTagClassName
 {
   color: #097145;
 }
</style>
background-color css

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

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

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

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

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

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