Html Css Color HEX #097241 Jewel

📋 copy color: '#097241'

red 9 ◦ green 114 ◦ blue 65

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

Shades of Jewel #097241

Tints of Jewel #097241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 4.79%
G = 60.64%
B = 34.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#097241 (or 0x097241) is known color: Jewel. HEX triplet: 09, 72 and 41. RGB value is (9,114,65). Sum of RGB (Red+Green+Blue) = 9+114+65=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #097241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097241 is #F68DBE. Grayscale: #4D4D4D. Windows color (decimal): -16158143 or 4289033. OLE color: 4289033.

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

Color convert

RGB 9 114 65 -
CMYK 0.92 0 0.43 0.55
HSL 152º 0.85% 0.24% -
HSV(B) 152º 0.92% 0.45% -
XYZ 7.08 12.47 7.04 -
YUV 77.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 9 114 65 0.92 0 0.43 0.55 152 0.85 0.24
Hex 9 72 41 5C 0 2B 37 98 55 18
Octal 11 162 101 134 0 53 67 230 125 30
Binary 1001 1110010 1000001 1011100 0 101011 110111 10011000 1010101 11000

Color Harmonies of #097241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097241

Black with #097241

Text Example


Text Example

White with #097241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097241; }

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

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

background-color css

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

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

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

border-color css

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

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

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