Html Css Color HEX #097346 Jewel

📋 copy color: '#097346'

red 9 ◦ green 115 ◦ blue 70

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

Shades of Jewel #097346

Tints of Jewel #097346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.28%

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 4.64%
G = 59.28%
B = 36.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#097346 (or 0x097346) is known color: Jewel. HEX triplet: 09, 73 and 46. RGB value is (9,115,70). Sum of RGB (Red+Green+Blue) = 9+115+70=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #097346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097346 is #F68CB9. Grayscale: #4E4E4E. Windows color (decimal): -16157882 or 4616969. OLE color: 4616969.

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

Color convert

RGB 9 115 70 -
CMYK 0.92 0 0.39 0.55
HSL 154.53º 0.85% 0.24% -
HSV(B) 154.53º 0.92% 0.45% -
XYZ 7.35 12.76 7.87 -
YUV 78.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 9 115 70 0.92 0 0.39 0.55 154.53 0.85 0.24
Hex 9 73 46 5C 0 27 37 9B 55 18
Octal 11 163 106 134 0 47 67 233 125 30
Binary 1001 1110011 1000110 1011100 0 100111 110111 10011011 1010101 11000

Color Harmonies of #097346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097346

Black with #097346

Text Example


Text Example

White with #097346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097346; }

 p { color: rgb(9,115,70); }

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

background-color css

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

 a { background-color: rgb(9,115,70); }

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

border-color css

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

 span { border-color: rgb(9,115,70); }

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