#097042

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

Shades of Jewel #097042

Tints of Jewel #097042

Color information

#097042 (or 0x097042) is unknown color: approx Jewel. HEX triplet: 09, 70 and 42. RGB value is (9,112,66). Sum of RGB (Red+Green+Blue) = 9+112+66=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #097042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097042 is #F68FBD. Grayscale: #4C4C4C. Windows color (decimal): -16158654 or 4354057. OLE color: 4354057.

HSL color Cylindrical-coordinate representation of color #097042: hue angle of 153.2º 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 #097042 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB911266-
CMYK0.9200.410.56
HSL153.2º85.12%23.73%-
HSV(B)153.2º91.96%43.92%-
XYZ6.8912.047.12-
YUV75.96122.3880.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=4.81%
G=59.89%
B=35.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112660.9200.410.56153.285.1223.73
Hex970425C02938995518
Octal111601021340517023112530
Binary1001111000010000101011100010100111100010011001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097042; }

 p { color: rgb(9,112,66); }

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

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

 a { background-color: rgb(9,112,66); }

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

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

 span { border-color: rgb(9,112,66); }

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