Html Css Color HEX #097240 Jewel

📋 copy color: '#097240'

red 9 ◦ green 114 ◦ blue 64

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

Shades of Jewel #097240

Tints of Jewel #097240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.96%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 4.81%
G = 60.96%
B = 34.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#097240 (or 0x097240) is known color: Jewel. HEX triplet: 09, 72 and 40. RGB value is (9,114,64). Sum of RGB (Red+Green+Blue) = 9+114+64=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #097240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097240 is #F68DBF. Grayscale: #4D4D4D. Windows color (decimal): -16158144 or 4223497. OLE color: 4223497.

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

Color convert

RGB 9 114 64 -
CMYK 0.92 0 0.44 0.55
HSL 151.43º 0.85% 0.24% -
HSV(B) 151.43º 0.92% 0.45% -
XYZ 7.06 12.46 6.88 -
YUV 76.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 9 114 64 0.92 0 0.44 0.55 151.43 0.85 0.24
Hex 9 72 40 5C 0 2C 37 97 55 18
Octal 11 162 100 134 0 54 67 227 125 30
Binary 1001 1110010 1000000 1011100 0 101100 110111 10010111 1010101 11000

Color Harmonies of #097240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097240

Black with #097240

Text Example


Text Example

White with #097240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097240; }

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

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

background-color css

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

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

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

border-color css

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

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

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