#097140

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

Shades of Jewel #097140

Tints of Jewel #097140

Color information

#097140 (or 0x097140) is unknown color: approx Jewel. HEX triplet: 09, 71 and 40. RGB value is (9,113,64). Sum of RGB (Red+Green+Blue) = 9+113+64=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #097140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097140 is #F68EBF. Grayscale: #4C4C4C. Windows color (decimal): -16158400 or 4223241. OLE color: 4223241.

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

Color convert

RGB911364-
CMYK0.9200.430.56
HSL151.73º85.25%23.92%-
HSV(B)151.73º92.04%44.31%-
XYZ6.9412.246.85-
YUV76.32121.0479.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 113 (44.53% from 255) = 60.75%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=4.84%
G=60.75%
B=34.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9113640.9200.430.56151.7385.2523.92
Hex971405C02B38985518
Octal111611001340537023012530
Binary1001111000110000001011100010101111100010011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097140; }

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

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

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

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

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

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

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

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